﻿body {
	margin:0px;
	background-color: #CCCCCC;
}
table,td,div {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:22px;
	color: #333333;
}
li {
	font-size: 12px;
}
a:link {
	color: #0090BF;
	text-decoration: none;
	font-weight: 100;
	font-size: 12px;
}
a:visited {
	color: #0090BF;
	text-decoration: none;
	font-weight: 100;
	font-size: 12px;
}
a:hover {
	color: #AF003B;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}
a:active {
	color: #0090BF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}
.txt_bold {
	color: #333333;
	font-weight: bold;
}
.txt_bottom {
	color: #F2EEE2;
}