body{
	margin:0px 0px 0px 0px;
	font-family:Verdana;
	font-size:12px;
}
a{
	text-decoration:none;
}
a:hover{
	color:#297BE7;
}
.bg_body
{
	background:url(../images/bg_body.jpg) repeat-y;
	width:780px;
}
.on_menu
{
	background:url(../images/on_menu.jpg) repeat-x;
	height:35px;
}
/*
.on_menu:hover
{
	background:url(../images/off_menu.jpg) repeat-x;
	height:35px;
}
*/
.off_menu
{
	background:url(../images/off_menu.jpg) repeat-x;
	height:35px;
}
.menubar .off_menu:hover
{
	background:url(../images/on_menu.jpg) repeat-x;
	height:35px;
}

.txt_menu
{
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}
.txt_menu2
{
	font-family:Verdana;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}
.txt_title
{
	font-family:Verdana;
	font-size:18px;
	color:#005287;
	text-decoration:none;
	line-height:30px;
}
.txt_title_small
{
	font-family:Verdana;
	font-size:12px;
	color:#005287;
	text-decoration:none;
	line-height:30px;
}
.txt_title_small2
{
	font-family:Verdana;
	font-size:12px;
	color:#005287;
	text-decoration:none;
}

.txt_content
{
	font-family:Verdana;
	font-size:12px;
	color:#494949;
	text-decoration:none;
	line-height:16px;
}
.border
{
	border:1px solid #662c91;
}

#maindiv{
	padding:10px 20px 10px 20px;
}
#maindiv .navtext{
	padding:5px;
	background:#CCCCFF;
	padding-left:15px;
	color:#005287;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
}
.tbl_box{
	border:1px #297BE7 solid;
}
.tbl_box .title{
	background:#297BE7; 
	height:24px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:3px;
	padding-right:3px;
}
.tbl_box .button{
	background:#FFFFFF;
	border:1px solid #662c91;
	padding:1px;
	margin:0px;
	font-weight:bold;
}
.tbl_box .evenrow{
	height:22px;
	background-color:#CCCCCC;
}
.tbl_box .oddrow{
	height:22px;
	background-color:#FFFFFF;
}
.secure_code{
	width:135px; 
	height:39px; 
	vertical-align:middle; 
	font-size:30px; 
	letter-spacing:3px;
	font-weight:bold;
	/*text-transform:uppercase;*/
	font-family:Verdana;
}
.header1{
	/*background-color:#666666; */
	color:#005287;
	font-weight:bold;
	text-transform:uppercase;
	height:20px;
	padding-left:5px;
	text-align:center;
}

.iconbox{
	border:1px #EBEBEB solid;
	padding:5px;
	width:150px;
	text-align:center;
	font-weight:bold;
	float:left;
}
.iconspace{
	width:10px;
	float:left;
}
.disable{
	-moz-opacity:0.3;
	filter:alpha(opacity=30);
}
.divlogo{	
	text-align:center;
	padding-bottom:10px;
}
.divlogo img{
	width:200px;	
}
.lispace{
	width:1px;
}