@charset "UTF-8";
/* CSS Document */

.bodytext{
	font-family:Calibri, Arial, Helvetica;
	font-size:14px;
	color: #444;
	text-align:justify;
	padding-left:30px;
	padding-right::30px;
}

.bodytext_no_padding{
	font-family:Calibri, Arial, Helvetica;
	font-size:14px;
	color: #444;
	text-align:justify;
}

.bluetext{
	font-family:Calibri, Arial, Helvetica;
	font-size:14px;
	color: #274c9e;
}

.greentext{
	font-family:Calibri, Arial, Helvetica;
	font-size:14px;
	color: #090;
	
}

.redtext{
	font-family:Calibri, Arial, Helvetica;
	font-size:14px;
	color: #900;
}

.orangetext{
	font-family:Calibri, Arial, Helvetica;
	font-size:14px;
	color:#C60;
}

.purpletext{
	font-family:Calibri, Arial, Helvetica;
	font-size:14px;
	color:#639;
}

.yellowtext{
	font-family:Calibri, Arial, Helvetica;
	font-size:14px;
	color:#C90;
}

.heading1{
	font-family:Calibri, Arial, Helvetica;
	font-size:20px;
	font-weight:bold;
	color: #274c9e;
}

.header_line{
	background-image:url(images/header_line.png);
	background-repeat:repeat-x;
	background-position:center;
}

body    {margin:0}

a{
	text-decoration:none;
	color:#3ab54d;
	font-family:Calibri, Arial, Helvetica;
	font-size:14px;	
}

a.footer1{
	font-family:Calibri, Arial, Helvetica;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
}

a.footer1:hover{
	font-family:Calibri, Arial, Helvetica;
	font-size:14px;
	color:#9C0;
	text-decoration:none;
}

a.footer2{
	font-family:Calibri, Arial, Helvetica;
	font-size:12px;
	color:#CCC;
	text-decoration:none;

}

a.footer2:hover{
	font-family:Calibri, Arial, Helvetica;
	font-size:12px;
	color:#9C0;
	text-decoration:none;

}

.navbg{
	background-image: url(images/nav/nav2bg.jpg);
	background-repeat:no-repeat;
}

.description_bg{
	background-image:url(images/configure/description_bg.png);
	background-repeat:no-repeat;
}

.footertable{
	background-image:url(images/gradient.jpg);
	background-repeat:none;
	width:1000px;
	height:263px;
}

.container_top{
	background-image:url(images/container/container_top.png);
	background-repeat:repeat-x;
	font-family:Calibri, Arial, Helvetica;
	font-size:16px;
	color:#FFF;
	height:32px;
	vertical-align:middle;
	text-indent:10px;
}

.container_left{
	background-image:url(images/container/container_left.png);
	background-repeat:repeat-y;
	width:12px;
}

.container_right{
	background-image:url(images/container/container_right.png);
	background-repeat:repeat-y;
	width:12px;
}

.container_bottom{
	background-image:url(images/container/container_bottom.png);
	background-repeat:repeat-x;
	height:12px;
}

.container_bl{
	background-image:url(images/container/container_bl.png);
	background-repeat:no-repeat;
	width:12px;
	height:12px;
}

.container_br{
	background-image:url(images/container/container_br.png);
	background-repeat:no-repeat;
	width:12px;
	height:12px;
}

.container_tl{
	background-image:url(images/container/container_tl.png);
	background-repeat:no-repeat;
	width:12px;
	height:32px;
}

.container_tr{
	background-image:url(images/container/container_tr.png);
	background-repeat:no-repeat;
	width:12px;
	height:32px;
}

.bigbluetext{
	font-family:Calibri, Arial, Helvetica;
	font-size:16px;
	color: #274c9e;
	font-weight:bold;
}
