body
{
/*background-color:#e3e3e3;*/
background-repeat:repeat;
background-image:url(image/bgXY.jpg);
padding-top:30px;
margin:0px;
}
.topXrep
{
background-repeat:repeat-x;
background-image:url(image/top_XR.gif);
}
.botXrep
{
background-repeat:repeat-x;
background-image:url(image/bot_XR.gif);
}
.leftborder
{
background-repeat:repeat-y;
background-image:url(image/lt_YR.gif);
width:19px;
}
.rightborder
{
background-repeat:repeat-y;
background-image:url(image/rt_YR.gif);
width:19px;
}
.topbutton
{
color:#bec5cd;
font-family:Verdana;
font-weight:bold;
font-size:10px;

}
.txtHeading
{
font-family:"Trebuchet MS";
font-size:18px;
font-weight:500;
color:#0a1b35;
}
.txt
{
font-family:"Trebuchet MS";
font-size:12px;
font-weight:normal;
color:#666666;
}
.boldtxt
{
font-family:"Trebuchet MS";
font-size:13px;
font-weight:bold;
color:#666666;
}
.msgtxt
{
font-family:"Trebuchet MS";
font-size:14px;
font-weight:bold;
color:#ff0000;
}
.txt_header{
	background-color:#e5e9ec;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	
}
.txt_Colheading{
	background-color:#40BBDE;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
}
.row_Content{
	background-color:#eff3f4;
	font-family:"Trebuchet MS";
	color:#666666;
	font-size:12px;
}
.arrow {
	background-color: #ABABAB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	font-family:"Trebuchet MS";
	font-size: 12px;
	color: #000000;
	padding: 2px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
}
.txtTextAreaStyle {
	border-top: 1px solid #3C6981;
    border-bottom: 1px solid #3C6981;
    border-left: 1px solid #3C6981;
    border-right: 1px solid #3C6981;
    background-color: #FFFFFF;
    font-family:"Trebuchet MS";
    font-size: 12px;    
	font-weight:normal;
    color: #ABABAB;    
}
.txtBoxStyle{
    border-top: 1px solid #3C6981;
    border-bottom: 1px solid #3C6981;
    border-left: 1px solid #3C6981;
    border-right: 1px solid #3C6981;
    background-color: #FFFFFF;
    font-family:"Trebuchet MS";
    font-size: 12px;    
	font-weight:normal;
    color: #ABABAB;
    background-image: url(images/formshadow.gif);	
}
a
{
/*padding:10px,10px,30px,0px;*/

color:#666666;
text-decoration:none;

}
a.at:link {
	color:#00ff00;
	text-decoration: none;
}
a.at:visited {
	
	color:#bec5cd;
	text-decoration: none;
}
a:visited {
	
	
	text-decoration: none;
}

a:hover {
	
color:#999999;
	text-decoration: none;
}
a:active {
	
	color:#bec5cd;
	text-decoration: none;
}