BODY,P,TD,P {
font-family :  verdana, helvetica, sans-serif; 
font-size : 11px; font-weight : normal; 
font-style : normal;color:#090600
}
body
{
}
/************************** Main Table alignment + other properties ***************/
#mainTable
{
	/**** Boder properties ****/
	border-width: 1px;
	border-color: #660033;
	border-style: solid;	
}
/** 2 cols **/
#in_leftcol
{
	width: 75%;
	padding: 5px 5px 5px 5px;
}
#in_rightcol
{
	width: 30%;
}
/*** 3 cols ***/
#leftcol 
{
	width: 25%;
	background-color: #FFcc66;
	border-right: solid 1px #660033;	
}
#rightcol 
{
	width: 25%;
	background-color: #FFcc66;
	border-left: solid 1px #660033;	
}
#midcol
{
	width: 50%;
	padding: 5px;
}

/*********************** Text **********************************/
.contenttext, p
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:5e5d5d;
	padding:2px
}

.contenttext 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:5e5d5d
}

.contenttext a
{
	text-decoration:none
}

.contentheader
{	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
}
.controltext
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 120%;
}

/********************** user controls right pane *****************/
.rp_box
{
	/*background-color: White;
	border-top: solid 1px #660033;*/
	width: 100%;
	/*border-bottom: solid 1px #660033;*/
}
.usercontrol_header
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
	/*text-decoration: underline;*/
	text-align: center;
}

/*************************** links ******************************/
a.link
{
	font-family: Verdana;
	font-size: 8pt;
}

/* other */

#in_leftcol {
	padding:5px;
	padding-bottom:25px;
}

label {
	font-weight:bold;
	padding:4px;
	color:maroon;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
	/*text-decoration: underline;*/
	text-align: left;
	margin-top:15px;
}

h2 {
	font-size: 11pt;
	color: #993333;
	border-bottom:1px silver solid;
	margin:5px;
	padding:5px;
}

.error {
	color:red;
	padding:10px;
	border:1px red dotted;
	margin:20px;
	font-size:120%;
	font-weight:bold;

}

.button {
	text-align:center;
	font:90% tahoma;
	font-weight:bold;

	background-color: #e3ebe2;
	border-width: 1px ;
	padding:2px;
	letter-spacing:1px;
}

.t1 td {
	FONT: 11px verdana, sans-serif; 
}
.t1 th {
	FONT: 11px verdana, sans-serif; 
	text-transform:capitalize;
}
.t1 .block {
	FONT: 11px verdana; 
	text-transform:capitalize;
	background-color:#e3ebe2;
	color:black;
	border-bottom: 1px #4F0A18 SOLID; 
}
.t1 { 
	border-collapse: collapse;  padding:1px;	
	border: 1px #4F0A18 SOLID; 
	background-color:white;
	margin:0px;
	margin-top:0px;
	margin-right:0px;
	border-bottom: 2px #4F0A18 SOLID; 
}

.t1 td, .t1 th {   
	border-collapse: collapse; 
	BORDER-BOTTOM:  #4F0A18 0px solid;
	BORDER-LEFT:  #4F0A18 1px solid;
	BORDER-RIGHT:  #4F0A18 0px solid; 
	BORDER-TOP: #4F0A18 1px solid;
	padding:5px;
}

.t1 th { 
	font-weight:bold;
	text-align:center;

	background-color: #5F1A28;
	color: #ffff00;
	border: solid 1px #4F0A18;
	
	/* border-bottom: 1px #006699 SOLID;*/ 
}

.t1  CAPTION { /* <caption> */
	BACKGROUND-COLOR:#f1f3de ;
	text-align:left;
	padding:5px;
	margin:0px;
	border: solid 1px #4F0A18;
	FONT: 12px Arial; 
	color:#006699;
	font-weight:bold;
	text-transform:capitalize;
	margin-left:5px;
}

.t1 a {
		color: #369;
		text-decoration: none;
		}
			
.t1 a:hover {
		color: #990;
		border-bottom: 1px solid #990;
		}
			
.t1 a:active {
		
		color: #000;
}

/********************************************/

a:link                          { color:#0060BF; text-decoration: underline; }
a:visited                       { color:#0060BF; text-decoration: underline; }
a:active                        { color:#0060BF; text-decoration: underline; }
a:hover                         { color:#000000; text-decoration: underline; }
/*


misc

*/

.js_calc_header {
	 text-transform:capitalize;
	 font-weight:bold;
	font-size: 11pt;
	color: #993333;
}

