/* Text CSS Document*/
/* This is the CSS that defines the font styles in use on the website.*/

body {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

#Menu li{
	font-size:12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


#Menu li a{
	text-decoration:none;
}
	
#BottomLinks {
	font: 12px/16px, Verdana, Arial, Helvetica, Swiss, Futura, sans-serif;
}

label {
	font-size: small;
	font-weight: bold;
	}

fieldset 
{
	clear: both;	
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	border-color: #558855;
	
}

legend
{
	font-size: small;  
	font-weight: bold;
	color: #006600;
}

input.submit {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

button {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

.lblError {
	text-align:center;
	font-size:small;
	color:Red;	
}

#UserInfo {
	font-size: small;
}

#UserInfo a {
	font-size: x-small;
}

#UserInfo h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	text-align: left;
	color:Green;
}

#UserInfo a:hover {
	font-size:x-small;
	}
	
#YourInfo {
	font-size: small;
}

#YourInfo a {
	font-size: x-small;
}

#YourInfo a:hover {
	font-size:x-small;
	}
	
#CompanyInfo {
	font-size: small;
}

#CompanyInfo a {
	font-size: x-small;
}

#CompanyInfo a:hover {
	font-size:x-small;
	}

#SideAddress {
	font-size:xx-small;
	text-align:right;
}

td.EmailCol a {
	font-size:x-small;
}