/* CSS Document */

.body-table {
background-color:#FFFFFF;
	border: 3px solid #FFFFFF;

}
.nav-table {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #D40000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.left-nav-table{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D40000;
}
.nav-link-table{
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #D40000;
	border-bottom-color: #D40000;
}

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

.nav a{
	color: #000000;
	text-decoration:none;
}

.nav a:hover{
	color: #999999;
	text-decoration:none;
}
.footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration:underline;
}
.footer a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration:none;

}
.h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #D40000;
}

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

.description{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	padding-left: 20px;
	text-align:justify;	
}

.descriptionselect{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: red;
	font-weight: bold;	
}
.message-sent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: green;
	font-weight: bold;	
}


.description h1{
	font-size: 8pt;
	color: #000000;
	margin: 0;
}

.description a{
	color: #000000;
	text-decoration: underline;
}

.description a:hover{
	color: #999999;
	text-decoration: none;
}

.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
}
.body-bottom-table{
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
}

.pic{
	border: 5px solid #E5E5E5;
}

.contacttext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	padding-left: 10px;
	padding-top: 5px;
	text-align:justify;	
	font-weight: normal;
}

