/* CSS Document */

body 
{
	font-family: Arial Bold, Helvetica Bold, Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 13px;
	background-color: #FFFFFF;
	color: #000000;
	margin-top: 5px;
}

td, p 
{
	font-family: Arial Bold, Helvetica Bold, Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 13px;
	color: #2397E9;
	padding: 2px;
}

.header
{
	font-family: Arial Bold, Helvetica Bold, Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 13px;
	color: #FFFFFF;
	padding: 2px;
}

h1
{
	font-weight: bold;
	font-size: 21px;
	color: #0E3F80;
	line-height: 26px;
	margin: 0px;
}

h2 
{
	font-weight: bold;
	font-size: 20px;
	color: #A91201;
	line-height: 26px;
	margin: 0px;
}

h3 
{
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 29px;
	margin: 0px;
}

h4
{
	font-weight: bold;
	font-size: 17px;
	color: #0E3F80;
	line-height: 19px;
	margin: 0px;
}

h5
{
	font-weight: normal;
	font-size: 10px;
	color: #13325A;
	line-height: 13px;
	margin: 0px;
}

	
.btn {border: 1px outset; cursor: pointer; font-size:9px; font-weight: normal; margin: 0px 0px 0px 1px; padding: 1px 1px 1px 1px;
background: url(images/button2.gif) repeat-x;

}

.btn_med {border: 1px outset; cursor: pointer; font-size:11px; font-weight: normal; margin: 0px 0px 0px 1px; padding: 1px 1px 1px 1px;
background: url(images/button2.gif) repeat-x;
width:116px;
font-family: Arial Bold, Helvetica Bold, Verdana, Sans-Serif;
}

.btn_wide {border: 1px outset; cursor: pointer; font-size:9px; font-weight: normal; margin: 0px 0px 0px 1px; padding: 1px 1px 1px 1px;
background: url(images/button2.gif) repeat-x;
width:160px;
}

.formfield 
{
    border-left:1px solid #666;
    border-top:1px solid #666;
    border-right:1px solid #EAEAEA;
    border-bottom:1px solid #EAEAEA;
    font-weight: normal;
    font-size: 11px;
    BACKGROUND-COLOR: #f8f8f8;
    color: #3C3B3B;
}


