﻿body {
margin: 0;
text-align:center;
font-family:Arial, Verdana;
font-size:12px;
background-color:#D2DDE7;
color:#6C6D6D;
}
a:link{color:#4F7AA4;text-decoration:none}
a:visited{color:#4F7AA4;text-decoration:none}
a:hover{color:#2C5278;text-decoration:underline}
a:active{color:#2C5278;text-decoration:none}

td {
font-family:Arial, Verdana;
font-size:12px;
color:#6C6D6D;
}

ul 
{
margin:0px;
}
li 
{
 list-style-type:square;
 margin:1px 1px 1px 15px;
}

#container {
margin: 0 auto;
background-color:#FFFFFF;
width:1024px;
height:100%;
}
#leftcontent {
	float:left;
	width:580px;
	text-align:left;
    margin: 0 20px 0 0; 
    vertical-align: top; 
}
#rightcontent {
	float:right;
	text-align:left;
    margin: 30px 0 0 0;
}
.textField {
font-family:Arial, Verdana;
	BACKGROUND-COLOR: #FFFFFF;
    BORDER-BOTTOM: #999999 1px solid;
    BORDER-LEFT: #999999 1px solid;
    BORDER-RIGHT: #999999 1px solid;
    BORDER-TOP: #999999 1px solid;
	color: #333333;
	font-size: 12px;
/*	font-weight:bold;   */
}

form {
margin: 0 auto;
}

#bottomcontent 
{
    background-image:url(../images/bar_bottom.jpg);
    background-color:#000000;
    color:#FFFFFF;
    width:1024px;
    height:28px;
    text-align:left;
    clear:both;
}

.title {
font-weight:bold;
font-size:18px;
font-family:Arial, Verdana;
color:#3560A0;
padding:0 0 10px 0;
}

.highLiteText 
{
font-weight:bold;
font-size:12px;
font-family:Arial, Verdana;
color:#5F84AA;
}


.buttons {
width: 80px;
height: 21px;
border: solid 1px #CCCCCC;
color:#666666;
background-color:#EEEEEE;
color:#666666;
font-family:Arial, Verdana;
font-size:11px;
font-weight:bold;
height:25px;
width:120px;
}
.buttons:hover {
border: solid 1px #666666;
background-color:#EEEEEE;
}
