/* CSS Document */

body {
	background-color: #eeeeff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	border: 0;
}

td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.title {
	font-size: 18px;
	font-weight: bold;
}

.tableHeader
{
	font-size: 13px;
	font-weight: bold;
}

.FieldLabel
{
    font-size: 11px;
}

.productDescriptions
{
	line-height: 15pt;
}

.nav_main a:active {  color: #FFFFFF; text-decoration: none}
.nav_main a:visited {  color: #FFFFFF; text-decoration: none}
.nav_main a:link {  color: #FFFFFF; text-decoration: none}
.nav_main a:hover {  color: #429DD5; text-decoration: none}

a:active {  color: #003399; text-decoration: none}
a:visited {  color: #003399; text-decoration: none}
a:link {  color: #003399; text-decoration: none}
a:hover {  color: #429DD5; text-decoration: none}
a:hover FONT {color: #429DD5;}

.nav a:active {  color: #003399; text-decoration: none}
.nav a:visited {  color: #003399; text-decoration: none}
.nav a:link {  color: #003399; text-decoration: none}
.nav a:hover {  color: #429DD5; text-decoration: none}
.nav a:hover FONT {color:#429DD5;}

.input {  font-size: 9px; background-color: #4D3161}


.nav_left
{
	background-image: url("../images/sidebar_middle.gif");
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #dbe6ea; 
}

.vectorButton 
{ 
	background-color: #3e67b7; 
	font-family: Geneva, Verdana, Arial; 
	font-size: 10px; font-weight: bold; 
	color: #EEEEEE; 
	background-position: center center; 
	text-align: center; 
	vertical-align: middle; 
	border: #999999 solid; 
	margin-right: 2px; margin-left: 2px; clip:   rect(   ); border-width: 0px 0px 0px 0px; text-indent: 2pt;
}
.vectorTextfield {  font-size: 9pt; border: 1px #315ab1 solid}
.vectorTextRequired {  font-size: 9pt; border: 1px #315ab1 solid  ; background-color: #CCCCFF}
.vectorButtonSmall { background-color: #FFFFFF; font-family: Geneva, Verdana, Arial; font-size: 9px; font-weight: bold; color: #815293; background-position: center center; text-align: center; vertical-align: middle; border: 0px #999999 solid; clip: rect( ); text-indent: 2pt }






.button
{
	cursor:pointer;

	border: none;	

    background: transparent url('../images/button_100px.gif') no-repeat scroll top left;
    color: #444;
    font: bold 11px Tahoma, sans-serif;
	color: white;
    height: 20px;
	width: 100px;
    text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

.button2
{
	white-space:nowrap;
	cursor:pointer;

	border: none;	

    background: transparent url('../images/button_100px.gif') no-repeat scroll top left;
    color: #444;
    display: block;
    font: bold 12px arial, sans-serif;
	color: white;
    height: 20px;
	width: 100px;
    text-decoration: none;
	text-align: center;
	text-vertical-align: middle;
	vertical-align: middle;
}


