/* CSS Document */

@import "all.css"; /* just some basic formatting, no layout stuff */
	
	body {
		text-align:center;
		margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
		}
	
	#frame {
	width:760px;
	margin-right:auto;
	margin-left:auto;
	margin-top:2px;
	padding:0px;
	text-align:left;
	border-color: #000000;
	border-style: solid;
	border-width: thin;
		}
		
	#navigation {
		width:760px;
		height: 119px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#contentbody {
		width:760px;
		margin: 15px 0px 10px 0px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#contentfooter {
	width:760px;
	height: 60px;
	padding:0px;
	float:left;
	background:#fff;
	background-image: url(../images/footer_bkgnd.gif);
	background-repeat: repeat;
		}
	
	#contentheader {
	height: 95px;
	background:#fff;
	background-image: url(../images/header_bkgn.gif);
	background-repeat: repeat-x;
		}
		
.topictable {
		background-image: url(../images/TopicTable_bkgnd_06.gif);
		}

/*.datatables {
	border-color: #999;
	border-style: solid;
	border-width: thin;
	}*/
	


/*//////// FONTS ///////////*/

#contentfooter p {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

 .copy {
 	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 15px;
	}
	
.tablecopy {
 	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	}
	
.smltitle {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #56004E;
	font-weight: bold;
	}
	
.lrgtitle {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #56004E;
	font-weight: bold;
	}
	
.Greytitle {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	}

	.topicborder {
		border-right-color: #999999;
		border-right-style: solid;
		border-right-width: thin;
		}
	
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #330033;
	font-size: 9px;
}

h3 {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #002d62;
	font-weight: bold;
	}
	
ol, ul {
	line-height: 18px
	}
	
th {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: bold;
	}

/*//////LINKS/////*/

a.topic:link {color: #56004E; text-decoration: none}
a.topic:visited {color: #56004E; text-decoration: none}
a.topic:hover {color: #666; text-decoration: underline}

a.footer:link {color: #fff; text-decoration: none}
a.footer:visited {color: #fff; text-decoration: none}
a.footer:hover {color: #666; text-decoration: underline}

.rowbottom {
	padding-bottom: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
