
<!--

input.textBox, input.smallTextBox {
	margin-top:3px;
	margin-bottom:3px;
}

input.textBox {
	width: 200px;
}

input.smallTextBox {
	width: 150px;
}

.copy, body, b, span, p, td 
{ 
	font-family: Arial; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 17px; 
	color: #666666;
}

body {
	background-color: #999999;
}

.message, a.homepageLink 
{ 
	font-family: Arial; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold;
	line-height: 17px; 
	color: #337ecd;
}

a.linkWhite, a.linkWhite:hover, a.linkWhite:active, a.linkWhite:visited
{ 
	font-family: Arial; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 17px; 
	color: #ffffff;
	text-decoration:underline;
}

.copyGray 
{ 
	font-family: Arial; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 17px; 
	color: #cccccc;
}

a.copyLink, a.copyLink:hover, a.copyLink:active, a.copyLink:visited, ul a 
{ 
	font-family: Arial; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 17px; 
	color: #337ecd;
	text-decoration:underline;
}

.title
{ 
	font-family: Arial Narrow, Arial; 
	font-size: 18px; 
	font-style: normal; 
	line-height:21px; 
	color: #ffffff;
	font-weight:bold;
}

img {
	border-width:0px;
}

.navWhite, .navWhite a, .navWhite td, .navWhite a:hover, .navWhite a:active, .navWhite a:visited
{ 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold; 
	line-height: 14px; 
	color: #ffffff;
	text-decoration:none; 
	text-transform:uppercase;
}

.navBlue, .navBlue td, .navBlue a, .navBlue a:hover, .navBlue a:active, .navBlue a:visited
{ 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold; 
	line-height: 14px; 
	color: #337ecd;
	text-decoration:none;
	text-transform:uppercase;
}

.footer 
{ 
	font-family: Arial; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 13px; 
	color: #333333;
	font-weight:bold;
}


h1
{
	font-family: Arial; 
	font-size: 18px; 
	font-style: normal; 
	line-height:21px; 
	color: #666666;
	font-weight:bold;
}

h2
{
	font-family: Arial; 
	font-size: 13px; 
	font-style: normal; 
	line-height:20px; 
	color: #666666;
	font-weight:bold;
}

h3
{
	font-family: Arial; 
	font-size: 14px; 
	font-style: normal; 
	line-height:20px; 
	color: #666666;
	font-weight:bold;
}

.button
{
	background-color: #387fcd; 
	border-right: #2160a5 thin solid; 
	border-top: #2160a5 thin solid; 
	border-left: #2160a5 thin solid; 
	border-bottom: #2160a5 thin solid; 
	font-family:Arial; 
	color:#ffffff; 
	font-size:11px; 
	font-weight:bold; 
	width: 130px; 
	height: 26px;
}

.textBox, .textArea, .radio, .dropdown, .checkbox, .smallTextBox
{
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    color: #666666;
	font-family: arial;
    font-size: 11px;
    height: 19px;	
}

.textArea {
	height:200px;
}

ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	margin-left: 20px;
	list-style-image: url('/images/arrows/bullet.gif');
}

.navBlue a:hover, .navWhite a:hover { 
	text-decoration:underline;
} 

.download_box {
	border: 1px solid #8F8F8F;
}
-->
