body {
	font-family: Arial;
	font-size:13px;
	color: #424242;
	background: url(/images/bg.jpg) repeat-y top center;
	background-color: #f5f5f5;
	margin: 0px;
	padding: 0px;
}

form, h1,h2, h3, h4, div	{
	margin: 0px;
	padding: 0px;
}

form, input, submit, textarea, select, p,td,th {
   	font-family: Arial;
	font-size:13px;
}

a, a:hover {
   	font-family: Arial;
	font-size:13px;
	color: #07409c;
	text-decoration: none;
}
a:hover	{
	color:#3c5a0f;
	text-decoration: underline;
}

H1,h2,.title {
	font-size: 17px;
   	font-family: Arial;
	font-weight: bold;
	color: #f26227;
} 
.title {
	padding-left:15px;
	padding-top:5px;
	color: #000000;
} 
h2	{
	font-size: 15px;
	font-weight: bold;	
}

ol, ul	{padding-left:10px;
	margin:5px;
}
li	{
	line-height:1.4em;
	list-style: none;
	padding-left:10px;
	margin-left:-10px;
	background: url(/images/arr.gif) no-repeat top left;
}
li.menu, li.menu:hover	{
	font-size: 11px;
	line-height:1.7em;
	margin-left:0px;
	padding-left:0px;
	background: url(/images/dot.gif) repeat-x bottom left;
}
li.listgreen	{
	line-height:1.6em;
	list-style: none;
	padding-left:20px;
	margin-left:0px;
	padding-bottom:5px;
	background: url(/images/greencheck.gif) no-repeat left 5px;
}
input.tx, select.tx 	{
	BORDER: #afb0b1 1px solid;
	background-color: #FFFFFF; 
	color: #004080;
	width:99%;
}

.repx {
	background-position: top left;
	background-repeat: repeat-x;
}
.norep {
	background-position: top left;
	background-repeat: no-repeat;
}
.imgpadd	{
	padding-right:10px;
	padding-bottom:10px;	
}
.menu {
	font-size: 12px;
	color:#07427a;
	text-decoration:none;
}
.menu:hover {
	font-size: 12px;
	color:#5a495a;
	text-decoration:underline;
}
.brd 	{
	BORDER-left: #bfbfbf 1px solid;
	BORDER-right: #bfbfbf 1px solid;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
}
.curr	{
	color: #f26227;
}
.white	{
	color: #fff;
}