body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000144;
}
body {
	background-color: #000144;
}
a {
	font-size: 12px;
	color: #000144;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000144;
}
a:hover {
	text-decoration: underline;
	color: #Fcfd33;
}
a:active {
	text-decoration: none;
	color: #000144;
}
h1,h2,h3,h4 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #000144;
}
h2 {
	font-size: 14px;
	color: #000144;
}
h3 {
	font-size: 12px;
	color: #000144;
}
h4 {
	font-size: 9px;
	color: #000144;
}

h5 {
	font-size: 9px;
	color: #FFFFFF;
}

/*link rot*/
a.linkgross {
	font-size: 16px;
	color: #FF0000;
}
a.linkgross:link {
	color: #FF0000;
	text-decoration: none;
}
a.linkgross:visited {
	text-decoration: none;
	color: #FF0000;
}
a.linkgross:hover {
	text-decoration: underline;
	color: #FF0000;
}
a.linkgross:active {
	text-decoration: underline;
	color: #FF0000;
	}
