/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	font-family: verdana;
	background-image: url(../images/backGround.gif);
}
* {
	font-family: verdana;
}
#breadCrum {
	background-color: #d8d8d8;
	border: solid 1px #c7c7c7;
	color: #000;
}

#Table_01 {
	border: solid 1px #919191;
	background-color: #fff;
}

/*Navigations*/
#leftNavigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#leftNavigation li {
	margin: -1px;
	margin: -2px -1px -1px 0px !important;
	font-weight: bold;
}
#leftNavigation a {
	display: block;
	padding: 8px 2px 8px 24px;
	border: 1px solid #333;
	width: 205px;
	width: 204px !important;
	background-color: #999;
	background-image: url(../images/alexxo_10.jpg);
}
#leftNavigation a:link, #navigationList a:visited {
	color: #EEE;
	text-decoration: none;
}
#leftNavigation a:hover {
	border: 1px solid #333;
	background-color: #F60;
	background-image: url(../images/alexxo_09.jpg);
	color: #333;
}
#active a:link, #active a:visited, #active a:hover {
	border: 1px solid #333;
	background-color: #FF6600;
	background-image: url(../images/alexxo_09.jpg);
	color: #333;
}
.topNavigation {
	float: right;
	clear: both;
	font-size: 64%;
	font-weight: bold;
	color: #666;
}
.topNavigation a {
	text-decoration: none;
	color: #666;
}
.topNavigation a:hover {
	text-decoration: underline;
}
.copyRight {
	font-size: 8pt;
	text-align: center;
	color: #fff;
	background: url(../images/alexxo_21.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.copyRight a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.h4 {
	padding: .2em 0 .2em 1.4em;
	font-size: 11pt;
	font-weight: bold;
}
.h4 span {
	color: #003365;
}
h3 {
	padding-left: 1.4em;
	font-size: 11pt;
}
h3 span {
	color: #666666;
	font-weight: bold;
}
.separator {
	border: solid 1px #ccc;
}
.topSeparator {
	border-top: solid 1px #ccc;
}
.rightSeparator {
	border-right: solid 1px #ccc;
}
.bottomSeparator {
	border-bottom: solid 1px #ccc;
}
.leftSeparator {
	border-left: solid 1px #ccc;
}
p.specialText {
	font-size: 8pt;
	padding: .5em 14em .6em 2.4em;
}
.simpleText {
	font-size: 8pt;
	text-align: justify;
	padding-left: 2.4em;
	padding-right: 1em;
	padding: 4px 1em 4px 2.4em;
}
.text {
	font-size: 8pt;
}
.contentBG {
	background-image: url(../images/alexxo_14.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 2px;
}
.newsHeading {
	color: #EF1C22;
}
.newsText {
	font-size: 7pt;
}
.more, .more a {
	float: right;
	font-weight: bold;
	color: #973333;
	font-size: 7.5pt;
}
.normal {
	font-size: 7.8pt;
}
.alert, a.alert, .alert a {
	color: #FF0000;
}
.floatright {
	float: right;
	width: 120px !important;
	width: 100px;
	background-color: #eee;
	padding: 10px;
	font-size: 60%;
	text-align: center;
	border: solid 1px #ccc;
	font-weight: bold
}
.floatright a, .floatright a:visited {
	color: #003365;
}
.floatright a:hover {
	text-decoration: none;
}
/* Left Sub Menus Start */

#dropmenudiv {
	position: absolute;
	background-color: #666;
	border: 1px solid #333;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
}
#dropmenudiv a {
	width: 160px;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #333;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
#dropmenudiv a:hover { /*hover background color*/
	background-color: #F7941D;
}
/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
	list-style-type: none;
}
.contactForm tr th {
	text-align: left;
	color: #999999;
	font-size: 9pt;
}
