body {
	
	background-image:url(background.jpg);
	background-repeat:repeat-x;
	background-color:#81868a;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:0px;
}

.login {
	font-family:Tahoma, Verdana;
	font-size: 11px;
	font-weight:normal;
	line-height:15px;
	padding-left:10px;
	padding-right:10px;
	color: #000000;
}

.matter {
	font-family:Tahoma, Verdana;
	font-size: 11px;
	font-weight:normal;
	line-height:15px;
	padding-left:10px;
	padding-right:10px;
	color: #49545f;
}
.white_text {
	font-family:Tahoma, Verdana;
	font-size: 17px;
	font-weight:bold;
	line-height:15px;
	padding-left:10px;
	padding-right:10px;
	color: #ffffff;
}


.redText {
	font-family:Tahoma, Verdana;
	font-size: 11px;
	font-weight:normal;
	line-height:15px;
	color: red;
}

.matterhead {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height:15px;
	color: #000000;
}

.header_blue{
	font-family:Tahoma, Verdana;
	font-size: 14px;
	font-weight:bold;
	line-height:15px;
	color: #0A419C;
}

.header_green{
	font-family:Tahoma, Verdana;
	font-size: 12px;
	font-weight:bold;
	line-height:15px;
	color: #6EB81B;
}


a.more {
	font-family:Tahoma, Verdana;
	font-size: 11px;
	font-weight:normal;
	text-decoration:none;	
	color: #056dd8;
}
a.more:hover {
	font-family:Tahoma, Verdana;
	font-size: 11px;
	font-weight:normal;
	text-decoration:underline;	
	color: #056dd8;
}


.link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left:5px;
	font-weight:normal;
	text-decoration:none;
	color: #454444;
}

a.link:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;	
	padding-left:5px;
	text-decoration:underline;
	color: #454444;
}

a.morebox {
	font-family:Tahoma, Verdana;
	font-size: 11px;
	padding-left:5px;
	padding-bottom:3px;
	padding-top:3px;
	padding-right:5px;
	font-weight:normal;
	text-decoration:none;	
	color: #ffffff;
	background-color:#1a62c8;
}
a.morebox:hover {
	font-family:Tahoma, Verdana;
	font-size: 11px;
	padding-left:5px;
	padding-bottom:3px;
	padding-top:3px;
	padding-right:5px;
	font-weight:normal;
	text-decoration:none;	
	color: #ffffff;
	background-color:#3eb4fd;
}


input.box5 {
		BACKGROUND-COLOR:#FFFFFF; 
		border-bottom: #005ECA 1px solid; 
		border-left: #005ECA 1px solid; 
		border-right: #005ECA 1px solid; 
		border-top: #005ECA 1px solid; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size:11px;
}
input.box6 {
		BACKGROUND-COLOR:#E9F3FF; 
		border-bottom: #0149AB 1px solid; 
		border-left: #0149AB 1px solid; 
		border-right: #0149AB 1px solid; 
		border-top: #0149AB 1px solid; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size:11px;
}

table.dotted {
	border-width: thin thin thin thin;
	border-spacing: 2px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.dotted th {
	border-width: thin thin thin thin;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.dotted td {
	border-width: thin thin thin thin;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}



