/* layout for UTKARSH SAMPLE 1 */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 8pt;
	font-family: Verdana, Arial;
	/*background-image: url(../images/base.jpg);*/
	background-color:#FFFFFF; //#3D77CB; 
	background-repeat: repeat-x;  
}

.bottom_menu
{
font-family: Verdana;
font-size: 8pt;
font-weight: normal;
color: #000000;
text-align: right;
padding-left: 0px;
padding-right: 0px; 
}


.copy_text
{
font-family: Verdana;
font-size: 7pt;
font-weight: normal;
color: #023F75;
text-align: center;
padding-left: 0px;
padding-right: 0px; 
}

.top_menu_text
{
font-family: Verdana;
font-size: 8pt;
font-weight: normal;
color: black;
text-align: center;
text-decoration: none;
}

.left_menu_text
{
font-family: Verdana;
font-size: 8pt;
font-weight: normal;
color: black;
bgcolor: #95B3DE;
text-align: left;
padding-left: 0px;
text-decoration: none; 
}

.normal_text
{
font-family: Verdana;
font-size: 8pt;
font-weight: normal;
color: black;
vertical-align: top;
}


.normal_bold_text
{
font-family: Verdana;
font-size: 8pt;
font-weight: bold;
color: black;
vertical-align: top;
}



.alert_text
{
text-align: center;	
font-family: Verdana;
font-size: 8pt;
font-weight: normal;
color: red;
}

.red_text
{
text-align: left;	
font-family: Verdana;
font-size: 8pt;
font-weight: normal;
color: red;
}



.href_text
{
font-family: Verdana;
font-size: 8pt;
font-weight: normal;
color: #fff;
text-decoration: none;
}

.cmd_box
{
font-family: Verdana;
font-size: 8pt;
font-weight: normal;
color: white;
font-weight: bold;
text-decoration: none;
background-color:#0462B4;	
border: 1px solid black;
}

.txt_box
{
font-family: Verdana;
font-size: 8pt;
font-weight: normal;
color: black;
FONT-WEIGHT: normal;
text-decoration: none;
background-color:white;	
border: 1px solid black;
}

.main_section
{
	background-image:url(../images/watermark.jpg);
	text-align: center;
	vertical-align: top;
	height: 380;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: black;
}

.tr_head
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	height: 20;
	color: white;
	background-color: #336699; ///#0462B4;
	padding-left: 10px;
	text-decoration: none; 
}

.tr_sub_head
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	height: 20;
	color: white;
	background-color: #0099CC;
	padding-left: 10px;
	text-decoration: none; 
}


.tr_bottom
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	height: 1;
	color: white;
	background-color: #000; //#0462B4;
	padding-left: 10px; 
}

.tr_head2
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	height: 20;
	color: white;
	background-color: #006600;
	padding-left: 10px; 
}

/*------------------------ IMAGE DIV ------------------------------------  */
.imgright, .imgleft, .imgmid {
	text-indent:-999999px;
	overflow:hidden;
	padding:0px;
	background-attachment:scroll;
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.imgright {
	float:right;	
	margin:0px 0px 5px 5px;
}
.imgleft {
	float:left;
	margin:0px 5px 5px 0px;
}
.imgmid {
	margin:20px auto;
}