
/* CSS Document */

body{
margin:0 auto;
font-family:Tahoma;
font-size:12px;
color:#333333;
background-color:#FFFFFF;
background-image:url('../images/bg.jpg');
}
.heading{
font-family:"tahoma";
font-size:20px;
color:#333333;
font-weight:normal;
}
.left10{
padding-left:10px;
padding-right:10px;

}
.adminheading{
font-family:"tahoma";
font-size:20px;
color:#333333;
background-color:Yellow;
font-weight:normal;
}
.heading-grey{
font-family:"Century Gothic";
font-size:20px;
color:#333333;
font-weight:normal;
}
.heading-small{
font-family:"Century Gothic";
font-size:13px;
color:#333333;
font-weight:normal;
line-height:30px;
}
.text{
font-family:"tahoma";
font-size:12px;
color:#333333;
font-weight:normal;
line-height:22px;
}
.btn{
font-size: 11px;
color: #333333;
font-weight:bold;
text-decoration: none;
background-image:url('../images/btn.jpg');
border: 0px solid #666666;
width:80Px; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px
}

.link{
	font-family:"Century Gothic";
	color:#333333;
	font-size:15px;
	text-decoration:none;
	font-weight:normal;	
}
.link a {
	font-family:"Century Gothic";
	color:#333333;
	font-size:15px;
	text-decoration:none;
	font-weight: normal;
		
}
.link a:hover{
	font-family:"Century Gothic";
	color:#00563e;
	font-size:15px;
	font-weight: normal;
	text-decoration:none;
}
.nolink{
	font-family:"Century Gothic";
	color:#00563e;
	font-size:15px;
	font-weight: bold;
	text-decoration:none;
}
.partition{
	font-family:"Century Gothic";
	color:#222222;
	font-size:21px;
	text-decoration:none;
	font-weight:normal;
	margin:0 6px 0 6px;
	
}
.leftspace{
padding-left:12px;
}
.tableborder{
border:1px #cccccc solid;
}
.footerlink{
	font-family:"tahoma";
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;	
}
.footerlink a, .footerlink a:visited{
	font-family:"tahoma";
	background-color:#3B3A3C;
	padding-left:5px;
	padding-right:5px;
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
		
}
.footerlink a:hover, .footerlink a:active{
	font-family:"tahoma";
	color:#3B3A3C;
	background-color:#ffffff;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
.footernolink{
	font-family:"tahoma";
	padding-left:5px;
	padding-right:5px;
	color:#3B3A3C;
	background-color:#ffffff;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
.textbox{
 border: 1px;
 border-top-color: #cccccc;
 border-right-color: #cccccc;
 border-bottom-color: #cccccc;
 border-left-color: #cccccc;
 border-left-style: solid;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 height:18px;
 width:200px;
 font-family: Tahoma;
 font-size: 11px;
 color: #333333;
 font-weight: normal;
}
.dropbox{
 border: solid 1px #cccccc;
 width:205px;
 font-family: Tahoma;
 color: #333333;
 font-weight: normal;
}
.textArea{
 border: 1px;
 border-top-color: #cccccc;
 border-right-color: #cccccc;
 border-bottom-color: #cccccc;
 border-left-color: #cccccc;
 border-left-style: solid;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 height:100px;
 width:350px;
 font-family: Tahoma;
 font-size: 11px;
 color: #333333;
 font-weight: normal;
}
