/* - - - - - - - - - - - - - - - - -
Global Styles 
- - - - - - - - - - - - - - - - - */

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #333333;
}

h1 {
	color: #ff9933;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

h2 {
	color: #7ab044;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

h3 {
	color: #ffffcc;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

h4 {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

h5 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

.homecontent {
	color: #333333;
	font-size: 11px;
	line-height: 14px;
}

#homecol {
	margin: 25px;
	color: #333333;
	font-size: 10px;
	line-height: 12px;
}

#homefeat {
	margin: 15px;
	color: #ffffff;
	font-size: 10px;
	line-height: 12px;
}

.leftcontent {
	color: #ffffff;
	font-size: 11px;
	line-height: 14px;
	background-color: #ff9933;
}

#leftcol {
	margin: 0px 20px 0px 20px;
	color: #ffffff;
	font-size: 11px;
	line-height: 14px;
}

.rightcontent {
	color: #333333;
	font-size: 11px;
	line-height: 14px;
	background-color: #ffffcc;
}

.error {
	color: #ff0000;
	font-size: 11px;
	line-height: 14px;
	background-color: #ffffcc;
}

.rightcontentlabel {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	background-color: #ffffcc;
}

.pronav {
	color: #ffffff;
	font-size: 11px;
	line-height: 12px;
	background-color: #ff9933;
}

.footer {
	color: #333333;
	font-size: 11px;
	line-height: 14px;
}

ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 0px;
}

input {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
}

textarea {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
}

select {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
}

/* - - - - - - - - - - - - - - - - -
Link Styles 
- - - - - - - - - - - - - - - - - */

a {
	color: #ff9933;
	text-decoration: underline;
}

a.bold {
	color: #ff9933;
	text-decoration: underline;
	font-weight: bold;
}

a.linkwhite {
	color: #ffffff;
	text-decoration: underline;
}

a.linkwhitebold {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

a.menu {
	color: #ffffff;
	text-decoration: none;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
}

a.menu:hover {
	color: #ff9933;
}

/* added by George Butiri on 3/22/2006 */

td {
	font-family:Arial;
	font-size:12 px;
}

th {
	font-family:Arial;
	font-size:12 px;
	font-weight:bold;
}