BODY {
	font-family : Arial, Helvetica, sans-serif;
}

INPUT, TEXTAREA, SELECT {
	/*border: 1px solid #004283;*/
	border: 1px solid;
	/*color: #ffffff;*/
	/*background-color: #006699;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

H1 {
	font-size : 35px;
	font-style : italic;
	font-weight : bold;
	font-variant: small-caps;
	color : #cc3333;
}

H2 {
	font-size : 25px;
	font-style : italic;
	font-weight : bold;
	color : #21242e;
}

H3 {
	font-size : 20px;
	font-style : italic;
	font-weight : bold;
	color : #21242e;
}

P,TD {
	font-size : 14px;
	font-style : normal;
}

a {
	color : #cc3333;
}

a:visited {
	color : #aa2b2b;
}

a:hover {
	text-decoration : underline;
	color : #ff3333;
}

.menu {
	font-size : 12px;
	font-weight : bold;
	color : #999999;
	text-decoration : none;
}

a.menu {
	color : #999999;
	text-decoration : none;
}

a:visited.menu {
	color : #999999;
	text-decoration : none;
}

a:hover.menu {
	color : #ffffff;
	text-decoration : none;
}

.submenu {
	font-size : 11px;
	font-weight : bold;
	color : #999999;
}

a.submenu {
	text-decoration : none;
	color : #999999;
}

a:visited.submenu {
	text-decoration : none;
	color : #999999;
}

a:hover.submenu {
	text-decoration : none;
	color : #ffffff;
}

.foot {
	color : #999999;
	font-size : 10px;
	text-decoration : none;
}

a.foot {
	text-decoration : none;
	color : #999999;
}

a:visited.foot {
	text-decoration : none;
	color : #999999;
}

a:hover.foot {
	text-decoration : none;
	color : #ffffff;
}

.small {
	font-size : 10px;
}

.TABLE {
	border: dashed #7A8ABB;
	border-width: 3px;	
}

.TH {
	border: groove #7A8ABB;
	border-width: 2px;	
}

.TD {
	border-top-style: dotted;
	border-top-width: 1px;	
}
