/* CSS Document */

body{margin:0; padding:0; background:#CCCCCC; font-family:Tahoma;}

/* Common Classes */
.imgBrd{border:#ffffff solid 2px;}


/*Home-Page Welcome Note*/
.welcome{font-size:15px; color:#900606;  font-weight:bold;}
.boldTxt{font-size:15px; color:#000; text-align:justify; line-height:23px;}
.greyTxt{font-size:13px; color:#3E4043; line-height:18px;}
.greyTxt1{font-size:12px; color:#3E4043; line-height:18px; text-decoration:none;}
.more{font-size:11px; color:#990000;}
.more a{ text-decoration:none;color:#990000;}
.more a:hover{color:#000000; text-decoration:underline;}
.heading{font-size:15px; color:#750303; text-transform:uppercase;}

.textBox{width:200px; background:#DDDDDD; border:#BBBBBB solid 1px; font-size:12px; height:20px; font-family:Tahoma;}
.textArea{width:200px; background:#DDDDDD; border:#BBBBBB solid 1px; font-size:12px; height:60px; font-family:Tahoma;}
.bg{background-color:#CCCCCC;}
.bot-link{
	font-size:11px;
	font-weight:bold;
	color:#B44F07;
	text-decoration: none;
}
.bot-link:hover{
	font-size:11px;
	font-weight:bold;
	color:#2A3537;
	text-decoration: underline;
}








/*footer*/
.designed{font-size:11px; color:#857272; text-decoration:none;}
.designed a{color:#857272; text-decoration:none;}
.designed a:hover{color:#A11E1E; text-decoration:underline;}
