body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D2D2D2;
	font-family: Arial, Helvetica, sans-serif;
}
a, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
        font-weight: bold;
	font-size: 11px;
	font-family: Arial;
}
a:hover {
	color: #DFDFFF;
	font-weight: bold;
	font-family: Arial;
}
H2 {
	font-size: 18px;
	color: #004080;
	font-weight: bold;
}
H1, H3 {
	font-size: 16px;
	color: #7A7A7A;
	font-weight: bold;
}
H4 {
	font-size: 14px;
	color: #585858;
	font-weight: bold;
}
p, div, ol, li, ul, td, tr, th {
	font-size: 12px;
}
INPUT, TEXTAREA, select, option {
	border: 1px solid #737373;
	background: #E0E0E0;
}
.tk_header {
	font-size: 12px;
	color: #C3C3C3;
	background: #C3C2C2;
}
.tk_footer {
	font-size: 10px;
	color: #FFFFFF;
	background: #C3C2C2;
}
.tk_menu {
	font-size: 12px;
	color: #C3C3C3;
	background: #7A81A3;
	border-top: 2px solid #FFFFFF;
	padding: 5px;
}
.tk_dividing_line {
	font-size: 10px;
	color: #C0C0C0;
}