/* CSS Document */

/*Default Settings- Used to customize the default tags of website like table, body, and anchor tag.*/

body{margin:0px; padding:0px; background:url(../images/bg.jpg);}
form{margin:0px; padding:0px;}
table{font-family:tahoma; font-size:11px; color:#000000; text-align:justify; text-decoration:none; font-weight:normal;}

a{text-decoration:none; color:#0033CC}
a:hover{text-decoration:underline; color:#0033CC}


/*Backgrounds Classes - Declared all the backgrounds of the website in this section*/

.menubg
{
	background:url(../images/menubg.gif) repeat-y;
}
.subtitlebg
{
	background:#FAC90A url(../images/subtitle-bg.gif);
}

.data-bg1{background:url(../images/bg1.gif) repeat-x;}
.top-left-rt{background:url(../images/top-head-rt.gif) no-repeat right top;}
.button{background:url(../images/button.gif) no-repeat;}
.dots{background:url(../images/grey-dots.gif) repeat-x center;}
.grey-vert{background:url(../images/grey-vert.gif) no-repeat; background-position:center;}
.table-bg{background-image:url(../images/table-bg.gif); background-repeat:no-repeat;}
.table-bg1{background-image:url(../images/table-bg1.gif); background-repeat:no-repeat;}
.home-bg{background-image:url(../images/home-bg.gif); background-repeat:no-repeat; background-position:center;}
.table-topbg{background-image:url(../images/table-topbg.gif); background-repeat:no-repeat;}
.table-botbg{background-image:url(../images/table-botbg.gif); background-repeat:no-repeat;}
.table-centrebg{background-image:url(../images/table-centrebg.gif); background-repeat:repeat-y;}

/*link's classes - all navigation link you can see in the design are defined in this section.*/


.top-links
	{
		font-family:Georgia;
		font-size:12px;
		color:#fff;
		font-weight:bold;
		text-decoration:none;
		text-transform:uppercase;
	}

.top-links:hover
	{
		font-family:Georgia;
		font-size:12px;
		font-weight:none;
		color:#000000;
		text-decoration:none;
		text-transform:uppercase;
	}



.left-links
	{
		font-family:tahoma;
		font-size:11px;
		color:#000000;
		text-decoration:none;
	}
	
	.left-links:hover
	{
		font-family:tahoma;
		font-size:11px;
		color:#CB4D51;
		text-decoration:underline;
	}
	
	
.bottom-links
	{
		font-family:tahoma;
		font-size:11px;
		color:#025102;
		text-align:center;
		text-decoration:underline;
	}
	
	
	.bottom-links:hover
	{
		font-family:tahoma;
		font-size:11px;
		color:#E83A00;
		text-align:center;
		text-decoration:underline;
	}


/*Website Text's classes- you will find those classes in this section where we have defined major inline Texts like any page's Title, footer's text, inline email's link*/

.Title
{
font-family:tahoma; 
font-size:12px; 
color:#fff;
font-weight:bold;
padding-left:9px;
}

.footer-text
	{
		font-family:tahoma;
		font-size:10px;
		color:#333333;
		text-decoration:none;
	}
	
	.white-txt
	{
	font-family:"Arial Narrow";
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-left:6px;
	}

.white-tabtxt
{
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
.email-text
{
font-size:13px;
color:#000099;
font-weight:bold;
text-decoration:none;
}

.email-link
{
font-family:tahoma; 
font-size:12px; 
color:#CE2222;
font-weight:bold;
text-decoration:underline;
}


.email-link:hover
{
font-family:tahoma; 
font-size:12px; 
color:#000000;
font-weight:bold;
}

.green-text{font-family:Tahoma; font-size:11px; color:#025102; font-weight:normal;}
.input{width:150px; height:15px; font-family:tahoma; font-size:12px; color:#000; border:1px #E83A00 solid;}
.input-area{width:150px; height:80px; font-family:tahoma; font-size:12px; color:#000; border:1px #E83A00 solid;}
.input-news{width:100px; height:12px; font-family:tahoma; font-size:10px; color:#000; border:1px #1F901F solid;}
.Border{border:1px solid #025102;}
