/* CSS definition file containing site wide stylesheets */

BODY {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 10pt;
 	color: rgb(61,53,41);
 	font-weight: normal;
 	font-style: normal;
	background-image : url( "../assets/images/background.jpg" );
	background-repeat : repeat-x;
	background-attachment : fixed;
	background-position : 0% 0%
}

A:active {
	color: rgb(0,51,102)
}

.Orientation {
	text-indent: 0pt;
 	margin: 0pt;
 	padding-top: 33pt;
 	border-top: 2pt solid rgb(153,0,0)
}

.Copyright {
	font-size: 9px;
 	letter-spacing: 0.25pt;
 	line-height: 8pt;
 	text-align: center;
 	text-indent: 0pt;
 	margin: 0pt;
 	padding: 0pt 0pt 20pt 0pt;
 	border-bottom: 3pt solid rgb(153,0,0)
}

UL {
	font-size: 9pt
}

A:visited {
	color: rgb(153,0,0)
}

H1 {
	font-size: 50pt;
 	font-weight: bold;
 	font-variant: small-caps;
 	text-indent: 0pt;
 	margin: 0pt
}

H2 {
	font-size: 55pt;
 	color: rgb(255,255,204);
 	font-variant: small-caps;
 	text-indent: 0pt;
 	margin: 0pt
}

P {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 8pt;
 	color: rgb(61,53,41);
 	letter-spacing: 0.25pt;
 	line-height: 13.5pt;
 	text-align: justify;
 	text-indent: 0pt;
 	margin: 0pt 0pt 10pt 0pt;
 	padding: 0pt
}

LI {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 8pt;
 	color: rgb(61,53,41);
 	letter-spacing: 0.25pt;
 	line-height: 13.5pt;
 	font-weight: normal;
 	font-style: normal;
 	list-style-type: disc;
 	text-align: left;
 	text-indent: 0pt;
 	margin: 0pt
}

A {
	color: rgb(153,204,255);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

ADDRESS {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10px;
 	font-weight: normal;
 	font-style: normal;
 	text-align: left;
 	text-indent: 0pt
}

H5 {
	font-size: 10pt
}

H6 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 8pt;
 	color: rgb(61,53,41);
 	letter-spacing: 0pt;
 	line-height: 0pt;
 	font-weight: normal;
 	font-style: normal;
 	text-align: center;
 	text-indent: 0pt;
 	margin: 0pt;
 	padding: 0pt 20pt 30pt 20pt;
 	border-left: 1px solid rgb(153,0,0);
 	border-right: 1px solid rgb(153,0,0);
 	border-bottom: 1px solid rgb(153,0,0)
}

A:hover {
	text-decoration: underline
}