BODY { MARGIN: 0px }
body, td {
	font-size: 12px;
	line-height: 15px;
	color: #525252;
}


input.special {
	font-family : Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: #333333;
}

.btext {
	font-family : Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: #333333;
}

.new {
	font-family : Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: #000080;
}

.text {
	font-family : Trebuchet MS;	
	font-size: 10px;
	color: #525252;
}

.headertext {
	font-family : Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: #000080;
	font-weight:bold;
}



/***************LINK*******************/
a:link {
	text-decoration: underline;
	/**color: #1A81E8;**/
	font-family : Trebuchet MS;	
	font-size: 10px;
	color: #525252;
	font-weight: bold;
}

a:vlink {
	text-decoration: underline;
	/**color: #1A81E8;**/
	font-family : Trebuchet MS;	
	font-size: 10px;
	color: #525252;
	font-weight: bold;
}

a:visited {
	text-decoration: underline;
	/**color: #1A81E8;**/
	font-family : Trebuchet MS;	
	font-size: 10px;
	color: #525252;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	/**color: #1A81E8;**/
	font-family : Trebuchet MS;	
	font-size: 10px;
	color: #525252;
	font-weight: bold;
}


/******************FORM*******************/

input.textbox {
	font-family : Trebuchet MS;	
	font-size: 10px;
	color: #525252;
	background-color: #FFFFFF;
	width: 100px;
	font-weight: normal;	
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;	
}
input.textbox2 {
	color: #000000;
	background-color: #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;	
	font-size: 6pt;
	width: 115px;
	font-weight: normal;	
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;	
}


input.noborder {
	border:0;
}

input.btn {
	background-color:#FBF7E4;
	color: #525252;
}


.box {
	border: thin solid #666666;
}
