/* layout for UTKARSH SAMPLE 1 */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 8pt;
	font-family: Verdana, Arial;
	background-color: #232D36; 
	background-repeat: repeat-x;  
}


.heading1
{
padding: 5;
letter-spacing: 0px;
font-variant: small-caps;
font-family: Verdana;
font-size: 12pt;
font-weight: bold;
color: #FF9900;
text-align: left;
text-decoration: none;
}




.copy_text
{
font-family: Verdana;
font-size: 7pt;
font-weight: normal;
color: #333333;
}


.top_menu_text
{
font-family: Verdana;
font-size: 8pt;
font-weight: normal;
color: black;
text-align: center;
text-decoration: none;
}


.menu_text
{
font-family: Verdana;
font-size: 10pt;
font-weight: bold;
color: white;
text-align: center;
text-decoration: none;
}

.left_menu_text
{
font-family: Verdana;
font-size: 8pt;
font-weight: normal;
color: black;
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: #DD0000;
}


.href_text
{
font-family: Verdana;
font-size: 8pt;
font-weight: normal;
color: black;
/*text-decoration: none;*/
}

.cmd_box
{
font-family: Verdana;
font-size: 8pt;
font-weight: normal;
color: white;
FONT-WEIGHT: bold;
text-decoration: none;
background-color: #232D36;	
border: 1px solid black;
}

.cmd_box1
{
font-family: Verdana;
font-size: 9pt;
font-weight: normal;
color: white;
FONT-WEIGHT: normal;
text-decoration: none;
background-color:#206960;	
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;
}

.txt_box1
{
font-family: Verdana;
font-size: 10pt;
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: normal;
	height: 20;
	color: white;
	background-color: #232D36;
	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;
}
