/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 120%;
	scrollbar-face-color: #336699;
	scrollbar-highlight-color: #6699CC;
	scrollbar-shadow-color: #003366;
	scrollbar-3dlight-color: #6699CC;
	scrollbar-arrow-color: #D7D2B9;
	scrollbar-track-color: #003366;
	scrollbar-darkshadow-color: #003366;
	margin: 0px;
	background-color: #003366;
	background-image: url(images/Background.gif);
}

p {
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 10px
}

a {
	text-decoration: none;
	color : #990000;
}

a:hover {  color: #CC0000}


h1 {
	color: #990000;
	font-size: 120%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px
}
		
h2 {
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 15px
}
.soman{ display:inline;}
.soman h3{margin:0; padding:0; display:inline;}
.soman h3 a{text-decoration:none;color:#003466;}		
h3 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 10px
}
		
h4 {
	color: #000000;
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 0px
}

li {
	font-size: 80%;
	margin-left: 5px;
	list-style-type : disc
}
		
ul {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 20px
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#table-main {
}

#td-header {
	background-image: url(images/HeaderCentre.gif);
	width: 900px;
	background-color: #D7D2B9;
}

#td-navbar {
	width: 150px;
	background-image: url(images/LeftBackground.gif);
	vertical-align: top;
}

#td-content {
	width: 732px;
	background-color: #D7D2B9;
	vertical-align: top;
}

#td-rightcol {
	background-image: url(images/RightEdgeShadow.gif);
	background-color: #003366;
}

#td-footer {
	background-image: url(images/FooterCentre.gif);
	width: 900px;
	background-color: #D7D2B9;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

a.home {
  color: #CCCC99;
}

a.home:hover {
  color: #999966;
}

.footer {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
}

.FirstPara {
	font-weight: bold;
	margin-bottom: 10px;
}

.Body {
	margin-bottom: 10px;
}

/*************** Box styles **************/

.Box {
	font-weight: bold;
	color: #003366;
	margin-bottom: 2px;
	margin-top: 2px;
	background-color: #CCCC99;
}

.BoxHighlight {
	font-weight: bold;
	color: #990000
}

/*************** Other styles **************/

.caption {
	font-size: 75%;
	font-weight: bold;
	color: #003366;
}

.superscript {
	font-size: smaller;
	vertical-align: text-top;
}

.highlight {
	font-weight: bold;
	color: #003366;
}

.address {
	color: #003366;
	margin-left: 20px;
	font-weight: bold;
}

.fade {
	font-size: 90%;
	font-weight: normal;
}

