/* Links */

a:link {
	color: #242424;
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline
}

a:active {
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline
}

a:hover {
	color: #B4B4B4;
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline
}

a:visited {
	color: #242424;
	font-family: arial, helvetica, sans-serif
}


/* Global */

body {
	margin: 0px;
	background: #FFFFFF;
	font-family: arial
}

.splash {
	font-size: 12px;
	font-family: arial;
	color: #666666;
	background: #FFFFFF url(/images/main.jpg);
	background-repeat: no-repeat;
}

.date {
	font-size: 11px;
	font-family: arial;
	color: #3366cc;
}


.headline {
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	color: #545454;
}

.headline2 {
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	color: #545454;
}

.text { 
	font-size: 12px;
	font-family: arial;
	color: #666666;
}

.textsmall { 
	font-size: 10px;
	font-family: arial;
	color: #666666;
}

.bold { 
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: #722C2C;
}

.textblack { 
	font-size: 12px;
	font-family: arial;
	color: #000000;
}

.highlight1 {
	font-size: 12px;
	font-family: arial;
	color: #ff9933;
}

.highlight2 {
	font-size: 12px;
	font-family: arial;
	color: #3366CC;
}

.highlight-t1 {
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: #FFFFFF;
	background: #256833;
}

.highlight-t2 {
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: #FFFFFF;
	background: #2B416F;
}

.highlight-t3 {
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: #FFFFFF;
	background: #722C2C;
}

.border {
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	margin-left: 15px;
}

.light {
	background: #E6E6E6;
	color: #373737;
	font-family: arial;
	font-size: 10pt
}

.medium {
	background: #C2C2C2;
	color: #373737;
	font-family: arial;
	font-size: 10pt
}

.mediumbold {
	background: #C2C2C2;
	color: #373737;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold
}

.dark {
	background: #A4A4A4;
	color: #FFFFFF;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold
}

.copyright {
	background: #FFFFFF;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin: 90px 0px 0px 0px;
	font-family: arial;
	font-size: 8pt;
	text-align: center;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	width: 580px
}


/* Style for the form */
table.contactform {
	width: 600px;
	padding-left: 10px;
}

/* Style for the form */
td.contactfieldname {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	width: 35%;	
}

/* Style for the form */
td.contactfieldvalue {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	width: 35%;	
}

/* Style for the form */
td.contactfielderrormsg {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	width: 30%;	
}

p.contact {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
}