* {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #483360;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: url(../images/bg_pattern_36.jpg) repeat;
}

#pagecontainer {
	text-align: center;
}
#container {
	text-align: left;
	width: 800px;
	padding: 0px;
	background-color: #F2F0F5;
	margin: 20px auto 0px auto;
	position: relative;
	border: 1px solid #828282;
}
#containerpanther {
	background-image: url(../images/panther2-1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#bodycontainer {
	padding: 0px;
	text-align: left;
}
#sidemenu {
	padding: 3px;
	text-align: left;
	background-color: #660099;
	color: #FFFFFF;
	float: left;
	width: 150px;
}
#bodytext {
	padding: 3px;
	text-align: left;
}
.seperator {
	height: 2px;
	width: 800px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
	
}
.bg_gold {background-color: #FDCA00;}
.bg_gray {background-color: #000000;}
.bg_black {background-color: #000000;}
#footer {
	text-align: right;
	width: 800px;
	font: .8em Arial, Helvetica, sans-serif;
	color: #C6C7D6;
	margin: auto;
}
.fontLarge {font-size: 1.4em;}
.fontBold {font-weight: bolder;}
.fontXLarge {font: 1.6em;}
.fontSmall {font: .8em;}

h1 {
	font-size: 1.4em;
	font-weight: bolder;
   	padding: 0px;
   	margin: 0px;
}
h2 {
	font-size: 1.2em;
   	padding: 0px;
   	margin: 0px;
}
#loginbox {
	border: 1px solid #000000;
	padding: 2px;
	margin: 3px;
	background-color: #E3C4E1;
	color: #000000;
}
.errorbox {
	font-weight: bold;
	border: 1px solid #FF0000;
	padding: 3px;
	background-color: #FFCCCC;
	color:#B92F00;
	width:250px;
}
td.headerrow {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	background-image: url('../images/tile_header.png');
	background-repeat: repeat-x;
	line-height: 26px;
}
.bg_on {background-color: #DED9E6;}
.bg_off {background-color: #F2F0F5;}
.row_hilite {background-color: #FFCC00;}

.buttons {
	color: #999933;
	width: 100%;
	display: block;
	font-weight: normal;
	text-align: left;
	height: auto;
	margin: 1px;
	padding: 3px 1px 1px;
	float: none;
	position: static;
	top: 10px;
	vertical-align: bottom;
	letter-spacing: 1px;
	text-indent: 5px;
	background-color: #C6C7D6;
}
.buttonholder {
	color: #999933;
	width: 100%;
	display: block;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	height: auto;
	margin: 1px;
	padding: 3px 1px 1px;
	float: none;
	position: static;
	top: 10px;
	vertical-align: bottom;
	letter-spacing: 1px;
	text-indent: 5px;
	background-color: #C6C7D6;
}

a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: none;
	color: red;
}
a:active {
	text-decoration: none;
	color: red;
}

a:link.purple {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.purple {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.purple {
	text-decoration: underline;
	color: #FDCA00;
}
a:active.purple {
	text-decoration: none;
	color: #FDCA00;
}

.titles {
	color: #CC3300;
	display: block;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
	border: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.addresses {
	font-size: 11px;
	color: #003399;
	text-align: center;
}
.slogen {
	font-size: 14px;
	font-weight: bolder;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
}
.TABLES {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6666CC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #6666CC;
}
.companyname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #003366;
	text-decoration: none;
	font-style: normal;
	letter-spacing: 1.5px;
	word-spacing: 1px;
	padding: 0px;
	margin-top: 4px;
}
.txt1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E7A305;
	font-weight: bold;
}
.txt2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	font-style: normal;
}
.txt3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #94929C;
	font-weight: normal;
}
.txt4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	font-style: normal;
	padding-left: 6px;
}
.borders {
	border: 1px solid #E5E5E5;
}
.buttonhome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.formbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-style: normal;

}
.txt4 a {
	text-decoration:none;
	color: #999999;
	background-color: #FFFFFF;
	font-size: 11px;
}
.txt4 a:visited {
	text-decoration:none;
	color: #999999;
	background-color: #FFFFFF;
	font-size: 11px;
}
.txt4 a:hover {
	text-decoration:none;
	color: #CC3300;
	background-color: #FFFFFF;
	font-size: 11px;
}
.txt4 a:active {
	text-decoration:none;
	color: #CC3300;
	background-color: #FFFFFF;
	font-size: 11px;
}