
body, p, font, b, td, tr, option, textarea { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px;
}


form {
	margin: 0px;
}


body {
	margin: 0px;
	background: #FFFFFF url('/html/global/images/bg.gif') repeat-x fixed top
}


.mainbox {
	width: 988px; 
	background-color: #FFFFFF; 
	border-left: 2px solid #e3e3e3; 
	border-right: 2px solid #e3e3e3; 
	border-bottom: 2px solid #e3e3e3;
}

.maincontents {
	padding-left: 13px; 
	padding-right: 13px; 
	padding-bottom: 23px; 
	padding-top: 28px;
	text-align:left;
}




/* normal font */






.white {

	color: #FFFFFF;
}


.error {

	font-weight:bold; 
	color: #FF0000;
}


.red {

	color: #FF0000;
}

.lightblue {

	color: #a7cadc;
}


.grey {

	color: #8c8c8c;
}

.darkgrey {

	color: #5a5a5a;
}

.green {

	color: #78a22f;
}

.bold {

	font-weight:bold; 
}



.readonly {
	background-color: #e4e4e4;
}





/* links */



a {
	color: #000000;
	
}

.abtn {
	color:#00689c;
	text-decoration: none;
}

.abtn_arrow {
	color:#638626;
}

.abtn:hover{
	color:#638626;
	text-decoration: underline;
}




.abtn_rev {
	color:#638626;
	text-decoration: none;
}
.abtn_rev:hover{
	color:#00689c;
	text-decoration: underline;
}






.a_featured {
	color:#a7cadc;
	text-decoration: none;
}
.a_featured:hover{
	color:#FFFFFF;
	text-decoration: underline;
}


.footer {
	color:#8c8c8c;
	font-size: 10px;
}


.a_footer {
	color:#8c8c8c;
	text-decoration: none;
	font-size: 10px;
}
.a_footer:hover{
	text-decoration: underline;
}

.a_footer_bullet {
	padding-left: 7px;
	padding-right: 7px;
	color:#8c8c8c;
	font-size: 10px;
}



.a_white {
	color:#FFFFFF;
	text-decoration: none;
}
.a_white:hover {
	text-decoration: underline;
}





.a_header {
	color:#e4ecd5;
	text-decoration: none;
	font-size: 11px;
}
.a_header:hover{
	color:#ffffff;
	text-decoration: underline;
}
.header_bullet {
	padding-left: 7px;
	padding-right: 7px;
	color:#e4ecd5;
	font-size: 11px;
}


.a_header_grey {
	color:#8c8c8c;
	text-decoration: none;
	font-size: 11px;
}
.a_header_grey:hover{
	color:#00689c;
	text-decoration: underline;
}
.header_grey_bullet {
	padding-left: 7px;
	padding-right: 7px;
	color:#8c8c8c;
	font-size: 11px;
}






/* inputs */

.curve_input {
	border: 0px solid #FFFFFF; 
	padding-left:5px; 
	padding-right:5px; 
	padding-top:0px; 
	padding-bottom:0px;
	background-color: #fafafa;
}

.curve_input_div {
	border: 1px solid #c8c8c8;
	background-color: #fafafa;
}



.curve_btn {

	background-color: #FFFFFF;
	padding: 1px 1px 1px 1px; 
 	border: 2px solid #e8e9e9; 
 	text-align: center; 
 	font-size: 14px; 
 	font-weight:bold;
}







/* small */

.small {
	font-size: 10px;
}

.smallbold {
	font-size: 10px;
	font-weight:bold; 
}


/* large */

.title {
	font-weight:bold; 
	font-size: 18px;
	line-height: 24px;
}


.medium {
	font-weight:bold; 
	font-size: 16px;
}




/* tables */

.border_table  {
	border: 1px solid #8c8c8c;
	
}

.border_table th 
{
	font-weight:bold; 
	color:#5a5a5a;
	border-bottom: 1px solid #999999;
	background-color:#FFFFFF;
}


.data_table  {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	
}

.data_table td 
{

	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
}





