BODY {
	margin : 0;
}

P {
	font-family : Arial, sans-serif;
	font-size : 12;
	font-style : normal;
}

H1 {
	font-family : Arial, sans-serif;
	font-size : 24;
	color : #1F3422;
}

H6 {
	font-size : 14;
	font-family : Arial, sans-serif;
	font-style : italic;
	font-weight : normal;
	font-variant : normal;
}

TABLE.main {
	background-color : #EEEEEE;
}

TD.header {  
	background-color : #EEEEEE;
	border-bottom : 1px solid #006699;
}

TD.content {  
	background-color : #FFFFFF;
}

TD.footer {  
	background-color : #EEEEEE;
	border-top : 1px solid #006699;
}

TD.menu {  
	background-color : #EEEEEE;
	border-right : 1px solid #006699;
}

TD.form_header {
	background : #7C946B;
}

TD{
	font-family : Arial, sans-serif;
	font-size : 12;
}

TH{
	font-family : Arial, sans-serif;
	font-size : 12;
}

TH.form_header {
	background : #7C946B;
	border : 1px solid Black;
}

TD.checkbox{ 
	width : 5%;
 }

A:HOVER {
	text-decoration : underline;
}

A {
	color : Blue;
	text-decoration : none;
	font-family : Arial, sans-serif;
	font-size : 12;
}

A.small {
	color : Blue;
	text-decoration : none;
	font-family : Arial, sans-serif;
	font-size : 12;
}

INPUT.text{
	border : 1px solid Black;
	font-family : Arial, sans-serif;
	font-size : 12;
}

INPUT.button{
	border : 1px solid Black;
	font-family : Arial, sans-serif;
	font-size : 12;
}

SELECT {
	font-family : Arial, sans-serif;
	font-size : 12;
}
