html,body {
	padding:0px;
	margin:0px;
}

body, a, table, div, span, input, textarea, select {
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
input {
	padding-left: 4px;
	padding-right: 4px;
	border:	1px solid #999999;
}

.title_1 {
	color:#345C97;
	font-size:14px;
	font-weight:bold;
}
.title_2 {
	color:#345C97;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

.text_main {
	font-family:Arial;
	font-size:12px;
	color:#585757;
}

.evo_split {
	border-bottom: 2px dashed #C0DFF5;
}

.bg_grad_lblue {
	background-color:#5479A6;
	background-image: url(../images/site/bg_gradient_lblue.gif);
	background-repeat:repeat-x;
}

.bg_grad_dblue {
	background-color:#5479A6;
	background-image: url(../images/site/bg_gradient_dblue.gif);
	background-repeat:repeat-x;
	height:42px;
	padding:0px;
}
.bg_grad_dblue, .bg_grad_dblue a {
	color: #FFFFFF;
}

.bg_bbar_01 {
	background-image: url(../images/site/bg_bbar_01.gif);
	background-position: 0% 100%;
	background-repeat:repeat-x;
}
.bg_bbar_02 {
	background-image: url(../images/site/bg_bbar_02.gif);
	background-position: 0% 100%;
	background-repeat:repeat-x;
}
.bg_bbar_pg {
	background-image: url(../images/site/bg_bbar_pg.gif);
	background-position: 0% 100%;
	background-repeat:repeat-x;
}
.pg_row {
	background-color:#234374;
	padding:5px;
}
.pg_row, .pg_row A {

}

.pg_table input, .pg_table select {
	width: 140px;
	font-family: arial;
	font-size: 11px;
	color:#234374;
	font-weight:bold;
}
.pg_submit {
	border:0px solid #FFFFFF;
	height:30px;
	width:143px;
}

.im_input {
	width: 80px;
	font-family: arial;
	font-size: 11px;
	color:#234374;
	font-weight:bold;

}
.imperial_table td {
	background-color:#5479A6;
}
/* Sets	*/

.noborder { border:0px; }
.purpleText {	color:#345C97;}
.mainText { color: #2F4461; }
.mainBG   { background-color: #4C647C; color: #FFFFFF !important; }
.twoBG		{ background-color: #2F4361; }
.twoText	{ color: #2F4361; }

.black	{ color: #000000; }
.red	{ color: red; }
.dred	{ color: #BA070A; }

.whiteText {	color: #FFFFFF !important;		}
.whiteBG	{	background-color: #FFFFFF;	}
.borderBottom {	border-bottom: 1px solid #CCCCCC;	}
.greyText {	color: #666666;	}
.greyBG	{	background-color: #EEEEEE !important;	}

.trans {background-color:transparent !important;}

.lIndent25	{	padding-left: 25px;	}
.lIndent35	{	padding-left:	35px;	}
.lIndent5	{	padding-left:	5px;	}

.italic		{ font-style:italic;	}
.bold		{ font-weight: bold;	}
.bolder		{ font-weight: bolder;	}

.verdana 	{ font-family: verdana; }
.tahoma		{ font-family: tahoma; }
.arialn		{ font-family: arial narrow; }

.font24		{ font-size: 24px; }
.font23		{ font-size: 23px; }
.font22		{ font-size: 22px; }
.font21		{ font-size: 21px; }
.font20		{ font-size: 20px; }
.font19		{ font-size: 19px; }
.font18		{ font-size: 18px; }
.font17		{ font-size: 17px; }
.font16		{ font-size: 16px; }
.font15		{ font-size: 15px; }
.font14		{ font-size: 14px; }
.font13		{ font-size: 13px; }
.font12		{ font-size: 12px; }
.font11		{ font-size: 11px; }
.font10		{ font-size: 10px !important; }

.pad5 { padding: 5px; }
.pad4 { padding: 4px; }
.pad3 { padding: 3px; }
.pad2 { padding: 2px; }
.pad1 { padding: 1px; }
.pad0 { padding: 0px; }

.lpad4 { padding-left: 10px; }
.lpad3 { padding-left: 8px; }
.lpad2 { padding-left: 4px; }
.lpad1 { padding-left: 2px; }


.spad8 { padding-left: 100px; padding-right: 100px; }
.spad7 { padding-left: 80px; padding-right: 80px; }
.spad6 { padding-left: 40px; padding-right: 40px; }
.spad5 { padding-left: 20px; padding-right: 20px; }
.spad4 { padding-left: 10px; padding-right: 10px; }
.spad3 { padding-left: 8px;  padding-right: 8px;  }
.spad2 { padding-left: 4px;  padding-right: 4px;  }
.spad1 { padding-left: 2px;  padding-right: 2px;  }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }

.point { cursor: pointer; }
.cursor { cursor: pointer; }

.upper {text-transform: upper;}
.lower {text-transform: lower;}

