	html {min-height: 101%;
	height:100%;} /* prevents the page from appearing to jump */
	
BODY
{    
    background-color:white
}

BODY, P, DIV
{
    margin:0px;
    padding:0px;
    color:#4070b8;
    font-family:Trebuchet MS,Trebuchet,Tahoma,Verdana,Helvetica,Arial;
    font-size:13px;
}

H1
{
    font-size:21px;
    font-weight:normal;
    margin:0px;
}

H2
{
    font-size:17px;
    font-weight:normal;
    margin:0px;
}

H3
{
    font-size:16px;
    font-weight:normal;
    margin:0px;
}

H4
{
    font-size:15px;
    font-weight:bold;
    margin:0px;
}

H5
{
    font-size:14px;
    font-weight:bold;
    margin:0px;
}

H6
{
    font-size:13px;
    font-weight:normal;
    color:#6c6001;
    margin:0px;
}

A
{
    color:#023457;
}

A:hover
{
    color:#6c6001;
}

A.box_link
{
    color:#b0cff0;
    text-decoration:none;
}

A.box_link:hover
{
    color:#ffffff;
    text-decoration:underline;
}

A.button
{
    width:163px;
    height:42px;
    display:block;
    padding-top:16px;
    background-color:#2887c6;
    background-image:url(graphics/button.gif);
    background-repeat:no-repeat;
    background-position:top left;    
    font-size:18px;
    color:#ffffff;
    text-align:center;
    text-decoration:none;
}

A.button:hover
{
    color:#ffd200;
}

A.button2
{
    width:140px;
    height:22px;
    padding-top:3px;
    background-color:#2887c6;
    font-size:13px;
    color:#ffffff;
    text-align:center;
    text-decoration:none;
    border:solid 1px #0571bc;
    display:block;
    float:left;
    margin-right:5px;
}

A.button2:hover
{
    color:#ffd200;
}

INPUT.text, TEXTAREA.text
{
    font-family:Trebuchet MS,Trebuchet,Tahoma,Verdana,Helvetica,Arial;
    font-size:13px;
    width:450px;
    margin-top:2px;
}

SELECT.text
{
    font-family:Trebuchet MS,Trebuchet,Tahoma,Verdana,Helvetica,Arial;
    font-size:13px;
    margin-top:2px;
}

FORM
{
    margin:0px;
    padding:0px;
}

INPUT.button
{
    width:142px;
    height:27px;
    background-color:#2887c6;
    font-size:13px;
    color:#ffffff;
    text-align:center;
    text-decoration:none;
    border:solid 1px #0571bc;
    float:left;
    cursor:pointer;
    margin-right:5px;
}

INPUT.button:hover
{
    color:#ffd200;
}

TABLE.tbl_display
{
    background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #0571bc;
	border-collapse:collapse;
	border-spacing:0px;
	width:100%;
}
TD.tbl_header
{
    padding:6px;
    margin:0px;
    font-weight:bold;
    background-color: #2887c6;
	color: #FFFFFF;
	border: 1px solid #0571bc;
	vertical-align:top;
}
TD.tbl_header_center
{
    padding:6px;
    margin:0px;
    font-weight:bold;
    background-color: #2887c6;
	color: #FFFFFF;
	border: 1px solid #0571bc;
    text-align:center;
    vertical-align:top;
}
TD.tbl_data
{
    padding:6px;
    margin:0px;
    background-color:#ffffff;
    color:#4070b8;
    border: 1px solid #0571bc;
    vertical-align:top;
}
TD.tbl_data_center
{
    padding:6px;
    margin:0px;
    background-color:#ffffff;
    color:#4070b8;
    border: 1px solid #0571bc;
    text-align:center;
    vertical-align:top;
}

HR
{
    color:#6c6001;
    margin:0px;
    padding:0px;
    width:100%;
    height:1px;
}

.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}
