body {
	color: #333333;
	font-family: Verdana, Helvetica, Calibri, Arial, "Times New Roman", "Lucida Grande", Arial, Verdana, sans, serif;
	font-size: 12px;
	line-height: 18px;
	background:#ffce81 url(../images/BckgBody.gif) repeat-x top left;
}

.topHeader { 
	height:260px; 
	background:#ffce81 url(../images/BckgHeader.gif) no-repeat top left;
}

.downBody { 
	background:#ffce81 url(../images/BckgBodyContent.gif) repeat-y top left;
}

.downFooter { 
	height:35px; 
	background:#ffce81 url(../images/BckgFooter.gif) repeat-y top left;
}

.menuSpace { 
	height:200px;
	padding: 180px 0; 
}

.bodyContent { 
}

.divBodyContentLinks {
	padding-left: 20px;
}

#contentWrapper {
	padding: 0px 30px 0px 10px;
}

#linksTitle {
	height: 50px;
	width: 220px;
	background:url(../images/BckgHeaderLinksTable.gif) no-repeat top left;
	padding-left: 50px;
	padding-top: 15px;
	font-family: "Arial Black", Georgia, "Times New Roman", "Lucida Grande", Verdana, sans, serif;
	font-size: 20px;
}

#bodyContentLinks td, th{
	border: 1px dotted #ccc;
}



a.menuOptions:link {
	color: #fff;
	text-decoration: underline;
}
a.menuOptions:visited {
	color: #fff;
	text-decoration: underline;
}
a.menuOptions:hover {
	color: #000;
	text-decoration: none;
}
a.menuOptions:active {
	color: #0099FF;
	text-decoration: none;
}

a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #f00;
	text-decoration: none;
}
a:active {
	color: #f00;
	text-decoration: none;
}
h4 a:link, h4 a:visited {
	color: #000;
	text-decoration: none;
}
h4 a:hover, h4 a:active {
	color: #e43a3a;
	text-decoration: none;
}

h4 {
	font-size:16px;
	margin-bottom:5px;
	color:#333;
}
h5, h6 {
	font-family:"Gill Sans", Arial, Sans, serif;
	font-size:10px;
	font-weight:bold;
	letter-spacing:2px;
	text-transform:uppercase;
	margin:0;
}
h6 {
	border-bottom:3px solid #ccc;
	margin:5px 0;
	padding:0 0 5px 0;
}

/* 
 * Search forma
 */
#searchf {
}

.search_box {
	width:105px;
	height:16px;
	font-size:10px;
	color:#fff;
	padding:0 16px 0 0;
	margin-top:5px;
	background:url(../images/srch.gif) no-repeat right 1px;
	border-top:1px solid #999;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #999;
}

