body {
	background-color : #7D6B7C;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
}

a:link {
	color : #191970;
	text-decoration : none;
}

a:visited {
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

ul {
	
}

li {
	
}
 table, td{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : Black;
	margin-left : 12px;
	margin-bottom : 10px;
	margin-top : 5px;
}
.border{
	border : 1px dashed #1C2E1D;
}
.line{
	border-bottom-color : #1C2E1D;
	border-bottom-style : double;
	}
	
.vline{
	border-right-color : #1C2E1D;
	border-right-style : solid;
	border-right-width : 1px;
	}
.vline2{
	border-left-color : #1C2E1D;
	border-left-style : solid;
	border-left-width : 1px;
}
