body,td,th {
	font-size: 12px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color: #000000;
	text-decoration: none;
}
a.white:active {
	color: #000000;
	text-decoration: none;
}

#integer {
	width: 900px;
	margin: 0 auto;
	
}
#left{
	width:200px;
	float:left;
	height:100%;
}
#main{
	width:700px;
	float:left;	
	height:100%;
}

.title-white{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.title-orange{
	color:#CC0000;
	font-size:14px;
	font-weight:bold;
}
.title-navy{
	font-size:14px;
	font-weight:bold;
	color:314563;
}
.orange{
	color:#EF6900;
}

.content{
	line-height:200%;
}

a.gray:link {
	color: #999999;
	text-decoration: none;
}
a.gray:visited {
	color: #999999;
	text-decoration: none;
}
a.gray:hover {
	color: #FF9900;
	text-decoration: none;
}
a.gray:active {
	color: #FF9900;
	text-decoration: none;
}

.text_bg
{
	background:url(../images/text-bg.jpg)
}
