﻿a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

body {
	background-image: url(gfx/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
td.body {
	background-image: url(/gfx/body_bg.gif);
	background-repeat: repeat-y;
	margin: 5px;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CACBCA;
}

h2{
 font: normal 11px Arial, Helvetica, sans-serif;
 color: #000000;
 margin: 0px;
 padding: 5px 0px 0px 10px;
}

#text, #textBold, #textCim, #textAlcim {
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 11px;
	text-align					: justify;
	font-style					: normal;
	font-weight					: normal;
	color						: #000000;
}

#textBold, #textCim, #textAlcim {
	font-weight					: bold;
	margin: 0px;
	padding: 10px 0px 0px;
}

#textDolt {
	font-style					: italic;
}

#textCim {
	font-size					: 16px;
	color						: #FF0000;
	padding-top					: 5px;
	padding-bottom: 5px;
	margin: 0px;
	text-align: left;
	font-weight: bold;
}
	
#textAlcim {
	font-size					: 14px;
	color						: #000099;
	padding-top					: 5px;
	margin: 0px;
	padding-bottom: 5px;
	font-style: italic;
}

#pageNav{
	float: left;
	width:157px;
	padding: 0px;
	border-right: 1px solid #CACBCA;
	border-left-style: solid;
	border-left-color: #CACBCA;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CACBCA;
}

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #E8E8E8;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #CACBCA;
	background-image:  url("/gfx/button_bg.gif");
	font-weight: bold;
	padding: 3px 3px 3px 10px;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
}

#sectionLinks a:hover{
	border-top: 1px solid #CACBCA;
	background-color: #f7f7f7;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
ul {
	margin: 10px 0px 10px 30px;
	padding: 0px;
}
hr {
	padding: 0px;
	margin: 10px 0px;
}

