body,html {
	background-color: #F1F1F1;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-serif;
	margin: 0px;
	padding: 0px;
}

.headertext {
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: white;
	text-decoration: none;
	font-variant: small-caps;
}

.maintext {
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #333333;
	text-align: left;
	text-decoration: none;
}

.footertext {
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: white;
	text-align: left;
	text-decoration: none;
}

.title {
	font-family: Times, Serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	color: #365750;
	text-align: left;
	text-decoration: none;
}

.subtitle {
	font-family: Times, Serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #365750;
	text-align: left;
	text-decoration: none;
}

/* Menu subsystem */
.ddmx {
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
}

.ddmx .item1,.ddmx .item1:hover,.ddmx .item1-active,.ddmx .item1-active:hover
	{
	padding: 3px 12px 3px 8px;
	border: 0px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	cursor: pointer;
}

.ddmx .item1:hover,.ddmx .item1-active,.ddmx .item1-active:hover {
	background: #718B86;
	color: #FFFFFF;
}

.ddmx .item2,.ddmx .item2:hover,.ddmx .item2-active,.ddmx .item2-active:hover
	{
	padding: 3px 8px 4px 8px;
	text-decoration: none;
	text-align: left;
	display: block;
	cursor: pointer;
	white-space: nowrap;
	position: relative;
	z-index: 500;
}

.ddmx .item2 {
	background: #718B86;
	color: #FFFFFF;
}

.ddmx .item2:hover,.ddmx .item2-active,.ddmx .item2-active:hover {
	background: #365750;
	color: #FFFFFF;
}

.ddmx .arrow,.ddmx .arrow:hover {
	padding: 3px 16px 4px 8px;
}

.ddmx .item2 img,.ddmx .item2-active img {
	position: absolute;
	top: 4px;
	right: 1px;
	border: 0px;
}

.ddmx .section {
	border: 1px solid #000000;
	border-style: solid;
	margin: 1px;
	padding: 0px;
	position: absolute;
	visibility: hidden;
	z-index: -1;
	white-space: nowrap;
}

* html .ddmx td {
	position: relative;
	z-index: 1000;
}

.ddmx .left,.ddmx .left:hover {
	border-style: solid none solid solid;
}

.ddmx .right,.ddmx .right:hover {
	border-style: solid solid solid none;
}

/* Other styles */
a:link,a:visited,a:hover {
	text-decoration: none;
}

a.noline:link,a.noline:visited,a.noline:hover {
	border-bottom: 0px;
	border-style: none;
	color: red;
}

a.nolink:link,a.nolink:visited,a.nolink:hover {
	color: #333333;
}

a.line:link,a.line:visited,a.line:hover {
	border-bottom: 1px dotted #0000FF;
	border-style: none;
}

a.line:hover {
	border-style: none none dotted none;
}

a.white:link,a.white:visited,a.white .hover {
	color: #FFFFFF;
}

form {
	font-size: 12px;
	font-family: Verdana, Arial, Sans-serif;
}

img {
	border-color: #000000;
}

input {
	font-size: 12px;
	font-family: Verdana, Arial, Sans-serif;
	text-indent: 2px;
	border-color: #000000;
	border-width: 1px;
	background-color: #365750;
	color: #E5E5E5;
}

input.noback { 
	font-size: 12px;
	font-family: Verdana, Arial, Sans-serif;
	color: #000000;
	background-color: #ffffff;
}

input.button {
	background-color: #365750;
	color: #FFFFFF;
	font-weight: bold;
}

input.checkbox {
	background-color: transparent;
}

input.radio {
	background-color: transparent;
}

textarea {
	font-size: 12px;
	font-family: Verdana, Arial, Sans-serif;
	color: #E5E5E5;
	border-color: #000000;
	border-width: 1px;
	background-color: #365750;
}

select {
	font-size: 12px;
	font-family: Verdana, Arial, Sans-serif;
	color: #E5E5E5;
	border-color: #000000;
	background-color: #365750;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	padding: 2px;
}

h5 {
	font-family: /* Georgia, "Times New Roman", Times, serif; */ Verdana,
		Arial, Sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding: 4px;
	margin: 0px;
}

listing {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin: 0px;
}

hr {
	color: #718B86;
	border: dotted;
}

ul {
	margin: 0;
	padding: 10px 0px 10px 30px;
}

ol {
	list-style-type: upper-roman;
}

.line {
	background-color: #315A84;
}

.line2 {
	background-color: #1D364F;
}

.Code {
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New', Monospace;
	background-color: #ff9933;
}

.small {
	font-family: Tahoma, Verdana, serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 5px;
}

.smalltxt {
	font-family: Tahoma, Verdana, serif;
	font-size: 11px;
}

.copyright {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-style: normal;
}

.message {
	color: #FF0000;
	text-align: center;
	padding: 10px;
}

#header {
	width: inherit;
	text-align: left;
	margin: 0 auto 0 auto;
	background-color: #365750;
	border-bottom: 1px solid #7C7C7C;
}

#header_right {
	width: inherit;
	text-align: right;
	margin: 0 auto 0 auto;
	background-color: #365750;
	border-bottom: 1px solid #7C7C7C;
}

#nav {
	width: inherit;
	margin: 0 auto 0 auto;
	border-left: 1px solid #7C7C7C;
	border-right: 1px solid #7C7C7C;
	background-color: #365750;
}

#navtable td {
	margin: 0 auto 0 auto;
	padding: 0px 10px 0px 10px;
	border: 0px solid black;
	background-color: #365750;
}

#main {
	width: 700px;
	margin: 0 auto 0 auto;
	border-left: 1px solid #F1F1F1;
	border-right: 1px solid #F1F1F1;
	background-color: #F1F1F1;
}

#maininner {
	min-height: 450px;
	height: auto !important;
	height: 450px;
	width: 700px;
	margin: 0 auto 0 auto;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color: #FFFFFF;
}

#footer {
	height: 100px;
	width: inherit;
	margin: 0 auto 0 auto;
	border-left: 1px solid #7C7C7C;
	border-right: 1px solid #7C7C7C;
	background-color: #7C7C7C;
	text-align: center;
	background-image: url(/images/foot_bg.gif);
	background-repeat: repeat-x
}

#button,.button a,.button a:hover {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	border: 0px;
	margin: 0px;
	background-color: #365750;
	font-weight: 400;
	font-size: xx-small;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

.button a:hover {
	color: red;
}

/* Tables used in member area */
#table_main {
	border: 1px solid black;
}

#table_main tr.back {
	background-color: #365750;
	font-weight: bold;
	color: #FFFFFF;
}

#table_main tr.backlight {
	background-color: #365750;
	color: #FFFFFF;
}

#table_main td {
	border: 0px;
	padding: 0px 4px;
}

#table_main th {
	border: 1px solid black;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	background-color: #31669C;
}

#table_main td.top {
	border: 0px solid black;
	border-top-width: 1px;
}

#table_main td.bottom {
	border: 0px solid black;
	border-bottom-width: 1px;
}

#table_main td.right {
	border: 0px solid black;
	border-right-width: 1px;
}

#table_main td.topright {
	border: 0px solid black;
	border-top-width: 1px;
	border-right-width: 1px;
}

#table_main td.topbottom {
	border: 1px solid black;
	border-left-width: 0px;
	border-right-width: 0px;
}

#table_main td.bottomright {
	border: 0px solid black;
	border-bottom-width: 1px;
	border-right-width: 1px;
}

/* Image drop shadow effect */
.img-shadow {
	float: right;
	background: url(/images/shadowAlpha.png) no-repeat bottom right
		!important;
	background: url(/images/shadow.gif) no-repeat bottom right;
	margin: 10px 10px 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 2px;
	z-index: 101;
}

.img-shadow2 {
	float: right;
	background: url(/images/shadowAlpha.png) no-repeat bottom right
		!important;
	background: url(/images/shadow.gif) no-repeat bottom right;
	margin: 0px;
}

.img-shadow2 img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 2px;
	z-index: 102;
}

.autocomp {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	width: 0px;
	z-index: 103;
}

#acDiv {
	border: 1px solid #9F9F9F;
	background-color: #F3F3F3;
	padding: 3px;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-serif;
	color: #000000;
	display: none;
	position: absolute;
	z-index: 999;
}

#acDiv UL {
	list-style: none;
	margin: 0;
	padding: 0;
}

#acDiv UL LI {
	display: block;
}

#acDiv A {
	color: #000000;
	text-decoration: none;
}

#acDiv A:hover {
	color: #000000;
}

#acDiv LI.selected {
	background-color: #7d95ae;
	color: #000000;
}
