/* layout for UTKARSH SAMPLE 1 */
body {
	margin: 5;
	padding: 10;
	text-align: center;
	font-size: 8pt;
	font-family: Verdana, Arial;
	background-color: #666666; //#AE0000; //#449720; 
	background-repeat: repeat-x;  
}


.menu_text
{
font-family: Verdana;
font-size: 10pt;
font-weight: bold;
color: white;
text-align: center;
text-decoration: none;
}


.normal_text
{
font-family: Verdana;
font-size: 9pt;
font-weight: normal;
color: black;
vertical-align: top;
}

.normal_small_text
{
font-family: Verdana;
font-size: 8pt;
font-weight: normal;
color: black;
vertical-align: top;
}

.left_menu_text
{
font-family: Verdana;
font-size: 10pt;
font-weight: bold;
color: #211064;
text-align: left;
padding-left: 0px;
text-decoration: none; 
vertical-align: top;
}

.normal_white_text
{
font-family: Verdana;
font-size: 8pt;
font-weight: normal;
color: white;
text-decoration: none;
}

.contactus_text
{
font-family: Verdana;
font-size: 8pt;
font-weight: bold;
color: white;
}


.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;
}


.cmd_box
{
font-family: Verdana;
font-size: 10pt;
font-weight: normal;
color: white;
FONT-WEIGHT: bold;
text-decoration: none;
background-color:#D61D15;	
border: 1px solid black;
}


.heading1
{
padding: 5;
letter-spacing: 0px;
font-variant: small-caps;
font-family: Verdana;
font-size: 12pt;
font-weight: bold;
color: #D61D15;
text-align: left;
text-decoration: none;
}

.alert_text
{
text-align: center;	
font-family: Verdana;
font-size: 8pt;
font-weight: normal;
color: #AE0000;
}


.news_text
{
text-align: center;	
font-family: Verdana;
font-size: 8pt;
font-weight: normal;
color: #666666;
text-decoration: none;
}

/*------------------------ 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;
}
