
body {
	margin-top: 15px;
	background-color: #DCDCDC;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}

/*default font*/
td {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}

a {
	color: #0B63C6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.blackBack {
	background-color: #000000;
}
.whiteBack {
	background-color: #FFFFFF;
}
.newsTitle {
	color: #666666;
	font-size: 11px;
	text-decoration: underline;
}
.newsText {
	font-size: 10px;
	color: #666666;
}
h1 {
	font-size: 140%;
	color: #161663;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #161663;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #004DA5;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #858584;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #858584;
}
.whiteText {
	color: #FFFFFF;
}
.bottomtext {
	font-size: 9px;
	color: #FFFFFF;
}
.controlTxt {
	font-size: 90%;
	color: #535027;
}
