/* CSS Document */

.top{
margin:0px;
}

.body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.list
{
font: 100 11px Verdana;
text-align: justify;
color: #444444;
margin-left: 10px;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
}
.list1
{
font: 100 11px Verdana;
text-align: justify;
color: #444444;
margin-left: 0px;
margin-top: 2px;
margin-right: 10px;
margin-bottom: 10px;
}
.vntglnk
{
font: bold 11px Verdana;
text-align: justify;
color: green;
margin-left: 0px;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
}
.vntglnk:hover
{
font: bold 11px Verdana;
text-align: justify;
color: #000000;
margin-left: 0px;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
}
.more
{
font: bold 11px Verdana;
text-align: center;
color: green;
margin-left: 125px;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
}
.more:hover
{
font: bold 11px Verdana;
text-align: center;
color: #000000;
margin-left: 125px;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
}
.header_bg{
background:url(../images/header_bg.jpg); 
}

.td1_bgcol{
background:#C22600
}
.td2_bgcol{
background:#C22600
}
.header_bgcol{
background:#D0CECF
}
.buttons_bg{
background:url(../images/buttons_bg.gif);
}
.dotted_bg{
background:url(../images/doted_sign.gif)
}
.buttons_bgright{
background:#FF0000;
}

.search
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight:bold;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#666666;
	border: 1px: thin double #000000;
	background:url(../images/text_bg.jpg);
}

.textbox_user {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	border: 1px: thin double #000000;
	background:url(../images/text_bg.jpg);
}

.user-table-bg{
background:#1765A0;
}

.register-bg{
background:#1765A0;
}

.bg-innertitle{
background:#8FA9BF;
padding:2px;}

.subtitle{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
background:#8FA9BF;
padding:0px;
color:#FFFFFF;
font-weight:bold;
}

.middle-bg_title{
font-family:Verdana, Arial, Helvetica, sans-serif
font-size:10px;
background:#8FA9BF;
padding:3px;
color: #FFFFFF;
font-weight:bold;
}

.bottom1{
background:#C2C2C2;
}

.bottom2{
background:#B1AFB0;
}

.bottom3{
background:#A6A6A6;
}

.line-bg{
background:#408BC4;
}
.login-title {
	border:1px thin solid #3399FF;
	background:#1765A0;
	color:#FFFFFF;
	font-weight: bold;
}

.login-title:link {
	border:1px thin solid #3399FF;
	background:#1765A0;
	color:#FFFFFF;
	font-weight: bold;
}
.login-title:active {
	border:1px thin solid #3399FF;
	background:#1765A0;
	color:#FFFFFF;
	font-weight: bold;
}

.login-title:hover {
	border:1px thin solid #3399FF;
	background:#1765A0;
	color:#FFFFFF;
	font-weight: bold;
}

.link-txt{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	text-decoration: none;
}
.link-txt:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
text-decoration: underline;
}

.middle-bg{
background:#FFFFFF;
}

.inner-bg{
font-family:"Trebuchet MS";
font-size:13px;
background:#FF0000;
padding:3px;
color: #FF0000;
}

.inner-txt{
font-family:"Trebuchet MS";
font-size:13px;
background:#FFFFFF;
padding:5px;
color: #FF0000;
font-weight:bold;
}


.reg-txt{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #ffffff;
text-decoration:none
}

.border-bnk{
border:thin double #000000;
}

a:link
    {
    color:green;
    text-decoration:none;
    }
    a:visited
    {     
     text-decoration:none;
    }
    a:active
    {
     color:green;
     text-decoration:none;
    }
    a:hover
    {
	 /*text-decoration:underline;*/
    }
 