/* CSS Document */
p {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 7px;
	margin-bottom : 7px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : small;
	font-family : Arial, Verdana, Tahoma;
	font-weight: normal;
}
p a {
	color : #3672C6;
}
p a:hover {
	color : #BA1E21;
}
p a:active {
	color : #FF0005;
}
.subtitle {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : x-small;
	font-family : Arial, Verdana, Tahoma;
	font-weight: normal;
}
.subtitle a {
	color : #3672C6;
}
.subtitle a:hover {
	color : #BA1E21;
}
.subtitle a:active {
	color : #FF0005;
}
.copy {
	color : #FFFFFF;
	margin-top : 12px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : x-small;
	font-family : Tahoma, Verdana, Arial;
	font-weight: normal;
	font-style: normal;
}
.copy a {
	color : #ffffff;
}
.copy a:hover {
	color : #e0dede;
}
.copy a:active {
	color : #FF0005;
}
.title01 {
	color : #BA1E21;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : large;
	font-family : Arial, Verdana, Tahoma;
	font-weight: bold;
	font-style: normal;
}	
.title {
	color : #BA1E21;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : small;
	font-family : Arial, Verdana, Tahoma;
	font-weight: bold;
	font-style: normal;
}


th {
	color : #000000;
	font-size : 11px;
	font-family : Arial, Verdana, Tahoma;
}


input, select {
	color : #000000;
	font-size : 11px;
	font-family : Arial, Verdana, Tahoma;
	font-weight: normal;
}
.submitbutton	{ font-family: Arial, Verdana, Tahoma; 
				  font-weight: bold; 
				  color: #ffffff; 
				  font-size: 11px; 
				  text-align: center; 
				  border: 1 solid #01557C; 
				  background-color: #EF9400; }


ul {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 7px;
	margin-bottom : 7px;
	margin-left : 25px;
	margin-right : 10px;
	font-size : small;
	font-family : Arial, Verdana, Tahoma;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: disc;
}
ul a {
	color : #3672C6;
}
ul a:hover {
	color : #BA1E21;
}
ul a:active {
	color : #FF0005;
}

ol {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 7px;
	margin-bottom : 7px;
	margin-left : 25px;
	margin-right : 10px;
	font-size : small;
	font-family : Arial, Verdana, Tahoma;
	font-weight: normal;
	list-style-position: inside;
}
ol a {
	color : #3672C6;
}
ol a:hover {
	color : #BA1E21;
}
ol a:active {
	color : #FF0005;
}

blockquote {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 50px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Arial, Verdana, Tahoma;
	font-weight: normal;
}

/*----------------------------------------------
		Images
----------------------------------------------*/
img {
	border: 0px;
}

#imghover a:hover img {
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: .8;
	opacity:0.8;
}
