body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
}

#content{
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;	
}

.CTC {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	color: #00317c;
	line-height:18px;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00317c;
	line-height:18px;
	text-decoration:none;
}
a:hover.link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00317c;
	line-height:18px;
	text-decoration:underline;
}
.content_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height:18px;
	text-decoration:none;
}
a:hover.content_grey{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height:18px;
	text-decoration:underline;
}

.content_blue_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00317c;
	line-height:18px;
	text-decoration:none;
	font-weight:bold;
}
a:hover.content_blue_bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00317c;
	line-height:18px;
	text-decoration:underline;
	font-weight:bold;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00317c;
	line-height:18px;
	text-decoration:none;
}
a:hover.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00317c;
	line-height:18px;
	text-decoration:underline;
}






.bg_white {
	background-color: #FFFFFF;
}

.bg_yellow {
	background-color: #ffffdc;
}
.bg_grey {
	background-color: #dddddd;
}