/* CSS Document */

BODY {
	margin:0;
	}
/****************************************** BACKGROUND ***********************************************/
.body_shade
{
background-image:url(../images/table_shade.jpg)
}
.button_shade{
background-image:url(../images/button_shade.jpg)
}
.footer_bg {
background-image: url(../images/footer_bg.jpg);
background-position:left bottom;
background-repeat: no-repeat;
}

.header_bg {background:url(../images/header_bg.gif) left top repeat-x;}

/****************************************** TEXT / LINKS ***********************************************/
.text
{
font-family:Tahoma;
color:#000000;
font-size:12px;
line-height:26;
}
.body_text
{
font-family:Arial;
color:#000000;
font-size:12px;
line-height:17px;
text-decoration:none;
}
.heading
 {
font-family:Trebuchet MS;
color:#000000;
font-size:11;
text-decoration:none;
}
.bottom
{
font-family:Tahoma;
color:#135085;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
.bottom1
{
font-family:Tahoma;
color:#000000;
font-size:12px;
text-decoration:none;
}
.button
{
font-family:Trebuchet MS;
color:#000000;
Font-size:12px;
text-decoration:none;
}
.body_head{
font-family:Tahoma;
color: #FFF;
font-weight:bold;
Font-size:12px;
text-decoration:none;
}
.body_head A, .body_head A:visited {
	color: #FFF;
	text-decoration:none;
	}
	
.body_head A:hover {
	color:#CCC;
	text-decoration:none;
	}
.body_head1{
font-family:Arial;
color:#404040;
font-weight:bold;
Font-size:12px;
text-decoration:none;
}
.body_head1 A, .body_head1 A:visited {
	color:#404040;
	text-decoration:none;
	}
	
.body_head1 A:hover {
	color: #0066CC;
	text-decoration:none;
	}	
.iit_text{
font-family:Verdana;
color:#135085;
font-weight:bold;
Font-size:12px;
text-decoration:none;
}
.hobby_text{
font-family:Verdana;
color:#000000;
font-weight:bold;
Font-size:12px;
text-decoration:none;
}
.footer_text{
font-family:Verdana;
color:#000000;
Font-size:11px;
text-decoration:none;
}
.footer_text A, .footer_text A:visited {
	color:#000000;
	text-decoration:none;
	}
	
.footer_text A:hover {
	color:#000000;
	text-decoration:none;
	}
.request_text{
font-family:Tahoma;
color:#990000;
font-weight:bold;
Font-size:13px;
text-decoration:none;
}
.course_text{
font-family:Tahoma;
color:#990000;
font-weight:bold;
Font-size:12px;
text-decoration:none;
}
.course_text A, .course_text A:visited {
	color:#990000;
	text-decoration:none;
	}
	
.course_text A:hover {
	color:#990000;
	text-decoration:none;
}	
.marks_text{
font-family:Arial;
color: #CC0000;
font-weight:bold;
Font-size:12px;
text-decoration:none;
}
.star_text{
font-family:Tahoma;
color: #000000;
font-weight:bold;
Font-size:11px;
text-decoration:none;
}
.read_txt{
font-family:Verdana;
color: #CC3300;
Font-size:11px;
text-decoration:none;
}
.read_txt A, .read_txt A:visited {
	color:#CC3300;
	text-decoration:none;
	}
	
.read_txt A:hover {
	color: #CC6666;
	text-decoration:none;
}

.redtext { color:#CC0000}
/****************************************** BORDER ***********************************************/
.leftbdr
{
border-left:4px #bdbaba solid;
}
.rightbdr
{
border-right:4px #bdbaba solid;
}
.topbdr
{
border-top:4px #bdbaba solid;
}
.btmbdr
{
border-bottom:4px #bdbaba solid;
}
.maintblbdr
{
border:1px #000000 solid;
}
/****************************************** PADDING ***********************************************/
.pad_2 {
	padding-left:5px;
	padding-right:5px;
	}
.pad_left5 {
	padding-left:5px;
	}
.pad_right5 {
	padding-right:5px;
	}		
.pad_3 {
	padding-top:3px;
	padding-bottom:3px;
	}
.pad_4 {
	padding-left:40px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	}
.pad_5 {
	padding-left:5px;
}
.pad_top5 {
	padding-top:5px;
	padding-bottom:5px;
	}	
	
.field1 {
	width:200px; font:12px arial; color:#333333;
