/*content style (text=pageContent)*/

.text-header {
	font-size: 11px;
	color: #666666;
	font-family: Tahoma;
	font-weight: bold;
	background-color: #DBD1A9;
}

.text {
	font-size: 11px;
	color: #666666;
	font-family: Tahoma;
}

.pageContent {
	font-size: 11px;
	color: #666666;
	font-family: Tahoma;
}

.pageContent a {
	font-size: 11px;
	color: #FF3366;
	font-family: Tahoma;
	font-weight: bold;
}


/* top elements */

.company {
	font-size: 24px;
	color: white;
	font-family: Tahoma;
	letter-spacing : -1px;
}

.slogan {
	font-size: 24px;
	color: white;
	font-family: Tahoma;
	font-weight: bold;
}


/*main menu*/

.menu {
	font-size: 9px;
	color: #666666;
	font-family: Tahoma;
	text-decoration: none;
	word-spacing: -1px;
	font-weight: bold;
}

.standout {
	font-size: 20px;
	color: #FF0000;
	font-family: Tahoma;
	text-decoration: underline;
	word-spacing: -1px;
	font-weight: bold;
}

/*submenu*/

.submenu {
	font-size: 11px;
	color: white;
	font-family: Tahoma;
	text-decoration: none;
	font-weight: bold;
}

.asubmenu {
	font-size: 11px;
	color: white;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color:#009DF4;
	font-weight:bold;
	text-decoration:none;
}


/*bottom menu*/

.bmenu {
	font-size: 9px;
	color: #666666;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}

.abmenu {
	font-size: 9px;
	color: #666666;
	font-family: Tahoma;
	text-decoration: underline;
	font-weight: bold;
}


/*side menu*/


.smenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #ede8d4;
}
.menulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}
.menulink2 {
	font-family: Tahoma;
	font-size: 16px;
	text-decoration: none;
	color: #666633;
}
.menulight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ede8d4;
}
.menudark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #dbd1a9;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* results styles */

.title_add {
	color: #FED701;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;	
}
.hresult {
	font-weight: bold;
	font-size: 22px;
	color: #000000;	
}
.result {
	text-decoration: underline;
	font-size: 22px;
	font-weight: bold;
	color: #000000;	
}.navig {
	font-weight: bold;
	color: #000000;
}
.no {	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ea696e;
	font-size: 18px;
	font-weight: bold;
}
.entry, a.entry:link, a.entry:visited {
	font-size: 22px;
	color:#ea696e; 
	font-weight: bold; }

a.entry:hover {	
	color: #009DF4;
	font-weight: bold;
	font-size: 22px;
}
.url {
	color:#49b391;
	font-weight: bold;
	 }

.tableData{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-transform: capitalize;
}

.tablist{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.texttop {color: #FFFFFF; font: bold 11px Arial;} !important


/*copyright*/

.footer {
	font-size: 9px;
	color: #80868A;
	font-family: Tahoma;
	background-color: #DFD8BE;
}

.top-bg1 {
	background: url('/images/header.jpg') no-repeat;
}

.top-bg2 {
	background: url('/images/header.jpg') no-repeat;
}

.top-bg3 {
	background: url('/images/header.jpg') no-repeat;
}

.bg {
	background-color: #EDE8D4;
}


.amenu-bg {
	background: url('/images/amenu_bg.gif') repeat-x;
}


.hr {
	background-color: #C8C2AB;
}

.submenu-hr {
	background-color: #EAEAE0;
}

.info_title {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 13px;
}
.info_text {
	font-size: 14px;
	color: #000000;
}

/* begin styles for RSS Feed */

.rss_box {
	background-color: #ede8d4;
	margin: 10px 15%;
	padding: 4px 8px;
	border: solid 5px maroon
}

.rss_title, rss_title a {
	font-size: 120%;
	font-family: FontName, Tahoma;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 5px 0;
	padding: 0
}

.rss_items {
	list-style-type: none;
	list-style-image: url("http://142.27.144.70/gerry/pointer.jpg")
}

.rss_item {
	color: black;
	font-size: 75%;
	font-family: Tahoma;
	font-weight: bold;
	margin: 8px 0
}

.rss_item a:link, .rss_item a:visited {
	color: maroon;
	font-size: 120%;
	text-decoration: none
}

.rss_item a:hover {
	color: gray;
	text-decoration: underline
}

.rss_date {
	color: gray;
	font-size: 80%;
	font-weight: normal
}
