body {
	background-color: #2921AD;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 110px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2921AD;
	background-image: url(../img/sidebanner.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	line-height: 15px;
}
.dataform {
	text-align: center;
	width: 400px;
	margin: 10px;
	}
.loginform {
	text-align: center;
	width: auto;
	margin: 5px;
	}

table {
	padding: 5px;
	background-color: #FFFFFF;


}

#header {
	background : #FF3300;
	color : White;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	height: 125px;
	width: 100%;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #CCCCCC;
}

#navbar {
	clear : both;
	text-align: center;
	width: 100%;
	background-color: #FF3300;
	margin: 0px;
	padding: 0px;
	border-top: thin none #CCCCCC;
	border-right: thin solid #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	border-left: thin solid #CCCCCC;
}

#navbar ul {
	padding : 2px 0px;
	border-bottom : none;
	width: 100%;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#navbar ul li {
	list-style: none;
	margin: 0;
	display: inline;
	padding: 0px;
}

#navbar a {
	background : #F30;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : White;
	text-transform : uppercase;
	text-decoration : none;
	padding: 2px;
	margin: 0px 1%;
	border: 1px none #CCCCCC;
}

#navbar a:hover {
	background: #FFF;
	color: #F30;
}
#bodycontent{
	clear : left;
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
	margin-right: auto;
	text-align: left;
	margin-left: auto;
	padding: 0px;
}

#footer{
	clear : both;
	background : #FF3300;
	text-align : center;
	color : #FFFFFF;
	font-size : 12px;
	float: left;
	display: block;
	line-height: 14px;
	margin-top: 3px;
	padding-top: 10px;
	width: 100%;
	font-weight: bold;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #2921AD;
	text-align: center;
	font-size: 16px;
	border: 1px solid #FFFFFF;
	line-height: 20px;
	text-transform: capitalize;
	margin: 2px;
	padding: 2px;
}

th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #2921AD;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
ul {
	color: #FF3300;
}
.listcolor {
	color: #333399;
}

#frame {
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bkg_main01.gif);
	background-repeat: repeat;
	display: block;
}

#bodycontent P {
	padding-right: 10px;
	padding-left: 10px;
}

td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
.fieldset {
	width: 380px;
	text-align: center;
	margin: 0px;
	padding: 0px;

}
LEGEND {
	font-size: 9px;
	color: #FF3300;
	font-weight: bold;

	}

.nobr {
	display: none;
}
.textbox {
	float: right;
	margin:5px 10px 0px 5px;
	height:25px;
	width:180px;
	padding: 2px;
	border: 1px solid #2921AD;

}
TEXTAREA {
	padding: 2px;
	margin:5px 10px 0px;
	float: right;
	width: 180px;
	border: 1px solid #2921AD;
}
.filebox {
	float: right;
	margin:5px 10px 0px;
	height:25px;
	width:180px;
	padding: 2px;
	border: 1px solid #2921AD;
}
SELECT {
	float: right;
	margin:5px 10px 0px;
	height:25px;
	width:180px;
	padding: 2px;
	border: 1px solid #2921AD;

}
.checkbox {
	float: left;
	margin:8px 10px 5px 15px;
	height:20px;
	width:20px;
	padding: 5px;
	border: 1px solid #2921AD;
	color: #2921AD;
	clear: none;
}
.submitbutton {
	float: right;
	margin:4px 10px 2px 5px;
	height:30px;
	width:180px;
	padding: 3px;
	color: #FFFFFF;
	background-color: #3333CC;
	text-align: center;
	border-width: thin;
	border-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
}
LABEL {
	text-align:right;
	width:170px;
	float:left;
	padding: 2px;
	margin:5px 0 0;
	font-weight: bold;
	background-color: #E3E3E3;
	text-transform: capitalize;
	clear: left;
	height: 25px;
}
.error {
	color: #FF3300;
	font-weight: bold;
}
.headline {
	font-style: oblique;
	color: #FFFFFF;
	display: block;
	font-size: 17px;
	line-height: 20px;
}
.fieldset HR {
	text-align: left;
	clear: left;
	float: left;
	width: 380px;
	margin: 5px 0px;
}
.fieldset P {
	margin: 5px;
	clear: left;
	float: left;
}
.noedittext {
	text-align: left;
	float: right;
	margin:4px 10px 2px;
	height:25px;
	width:180px;
	padding: 2px;
	border: 1px solid #000000;
	font-weight: bold;
	background-color: #EEEEEE;
}
.displaytext {
	padding: 2px;
	float: right;
	height: 20px;
	width: 195px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
	color: #2921AD;
}
#header P {
	margin-top: 10px;
	margin-right: 10px;
}
.sidebar {
	background-color: #FFFFFF;
	padding: 3px;
	float: right;
	width: 35%;
	border: thin double #FF3300;
	clear: none;
	height: auto;
	margin: 0px;
}
.mainbar {
	background-color: #FFFFFF;
	float: left;
	width: 60%;
	padding: 3px;
	border: thin none #FF3300;
	height: auto;
	margin: 0px;
}
#bodycontent LI {
	font-size: 12px;
	line-height: 16px;
	list-style-position: outside;
	list-style-type: square;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#bodycontent H2 {
	font-size: 16px;
	line-height: 20px;
}
.insetblock {
	color: #FF3300;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 11px;
	line-height: 15px;
}
.geninfo {
	width: 100%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;


}
.meminfo {
	background-color: #FFFFFF;
	padding: 3px;
	float: left;
	width: 33%;
	clear: none;
	height: 700px;
	margin: 0px;


}
.coninfo {
	background-color: #FFFFFF;
	padding: 3px;
	float: left;
	width: 32%;
	border: thin none #FF3300;
	clear: none;
	height: 700px;
	margin: 0px;


}
.newinfo {
	background-color: #FFFFFF;
	padding: 3px;
	float: left;
	width: 32%;
	clear: none;
	height: 700px;
	border-right: thin solid #FF3300;
	border-bottom: thin solid #FF3300;
	border-left: thin solid #FF3300;
	margin: 0px;



}
.loginform {
	width: 200px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 200px;

}
#bodycontent H1 {
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	background-color: #FF3300;
	text-align: center;
}
h1 {
	color: #FFFFFF;
	font-size: 22px;
	line-height: 25px;
	background-color: #FF3300;
	height: 25px;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #FFFFFF;
}
.meminfo FORM {
	text-align: center;
}
h4 {
	font-size: 1.2em;
	line-height: 1.5em;
}
TABLE.contD TD{
	font-size: 0.70em;
	color: #000000;
}
.contD STRONG {
	color: #FF3300;
}