/* CSS Document */
/* Default font settings for site */
body,td,tr,span,div,table{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #000000;
}

/* Black Arial Settings */
.blackArialJustify{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #000000;
	text-align: justify;
}

.blackArialHeader{	
	font-size: 12pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.blackArialBold{
	font-size: 9pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.blackArialBoldItalic{
	font-size: 9pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}

.blackArialItalic{
	font-size: 9pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.blackArialSmall{
	font-size: 7pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.blackArialSmaller{
	font-size: 8.5pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.blackLink{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.blackLink:link{
	color: #000000;
}

a.blackLink:active{
	color: #000000;
}

a.blackLink:hover{
	color: #666666;
}
a.blackLink:visited{
	color: #000000;
}

/* White Arial Settings */

.whiteArialHeader{	
	font-size: 12pt;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.whiteArialBold{
	font-size: 9pt;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.whiteArialItalic{
	font-size: 9pt;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

a{
	color: #ffffff;
	font-weight: bold;	
}
a:link{
	color: #ffffff;
}

a:hover{
	color: #000000;
}

a:active{
	color: #ffffff;
}

.menu{
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

.menu:link{
	color: #ffffff;	
}

.menu:hover{
	color: #ffffff;
	text-decoration: underline;
}

.menu:active{
	color: #ffffff;
}
/*Form Attribute Settings*/
.form_btn{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #ffffff;
	border: 1px solid #999999;
	background: #666666;
	font-weight: bold;	
}
form{
	margin: 0px;
}

.noborder_input{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #000000;
	font-weight: bold;
	border: #ffffff 1px solid;
}

.errorText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #ff0033;
	font-weight: bold;	
	text-decoration: none;
}

form {
	display: inline;
	padding: 0;
	margin: 0;
}

.redHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #CC3333;
	font-weight: bold;	
	text-decoration: none;
}
.thinline {
	padding: 0px;
	border: 1px solid #000000;
}
.thinline_form {
	padding: 0px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
}
.errorTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ff0033;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	line-height: normal;
}
a.newsEvents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
}
/*
a.newsEvents:link{
	
}
*/
a.newsEvents:hover{
	color:#CC3333;
}
.redArialBoldItalic {

	font-size: 9pt;
	color: #CC3333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
.PageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: underline;
	letter-spacing:2px;
}
a.largeWhiteLink {
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
}
a.largeWhiteLink:link {
	color: #ffffff;
	font-size: 16px;
}
a.largeWhiteLink:hover {
	color: #000000;
	font-size: 16px;
}
a.largeWhiteLink:active {
	color: #ffffff;
	font-size: 16px;
}
.redArialBold {
	font-size: 9pt;
	color: #CC3333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.blackArialRegular {

	font-size: 10pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
