/* CSS definition file containing sitestyle stylesheets */
BODY {
	background-color : rgb(239,231,214);
	font-family : Arial;
	color : rgb(92,92,92);
	font-size : 13px;
	background-position : 0px 0px;
	background-image : url( "../assets/images/backstrip.gif" );
	background-repeat : repeat-x}
 

P {
	font-size: 13px;
	font-family : Arial
}

.TextObject {
	font-size: 13px;
	font-family : Arial
}

A {
	font-size: 13px;
	color : rgb(153,51,51);
	text-decoration : none;
	font-family : Arial
}

A:visited {
	font-size: 13px;
	color : rgb(102,51,153);
	font-family : Arial
}

A:active {
	font-size: 13px;
	color : rgb(153,51,51);
	font-family : Arial
}

UL {
	font-size: 13px;
	font-family : Arial;
	color : rgb(92,92,92)
}

OL {
	font-size: 13px;
	font-family : Arial;
	color : rgb(92,92,92)
}

H1 {
	font-family: Trebuchet MS ;
	font-size : 20px;
	color : rgb(99,115,90)
}

H2 {
	font-family: Trebuchet MS ;
	font-size : 18px;
	color : rgb(99,115,90)
}



H3 {
	font-family: Trebuchet MS ;
	color : rgb(99,115,90);
	font-size : 16px
}

H4 {
	font-family: Trebuchet MS ;
	font-size : 14px;
	color : rgb(99,115,90)
}

H5 {
	font-size: 12px;
	font-family : Arial
}

H6 {
	font-family: "Trebuchet MS",          Tahoma,          Verdana,          Arial,          Helvetica,          Sans-serif;
	font-size : 10px;
	font-weight : bold
}

A:hover {
	font-size: 13px;
	color : rgb(255,204,153);
	font-family : Arial
}

