@charset "utf-8";
/* CSS Document */
body {

}

tr table {
	background-color:#FFFFFF;
}

td img {
	display: block;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	width: 180px;
}

/***** Classes *****/
.pclass {
	width:400px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

.banner {
	background-image:url(../images/sliced/header_r3_c2.png);
	height:262px;
	width:707px;
}

.bannermid {
	background-image:url(../images/sliced/header_r2_c4.png);
	height:40px;
	width:138px;
}

.bannerside{
	background-image:url(../images/sliced/header_r2_c8.png);
	height:408px;
	width:22px;
}

.bannertop{
	background-image:url(../images/sliced/header_r1_c2.png);
	height:44px;
	width:729px;
}

.bannerbottom{
	background-image:url(../images/sliced/header_r5_c2.png);
	height:25px;
	width:707px;
}

.contentstyle {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#FFFFFF;
}

.footerstrip {
	background-image:url(../images/strip.jpg);
	height:auto;
	width:auto;
	background-position:center;
	background-repeat:repeat-y;
	height:114px;
	margin:auto;
	margin-top:-1px;
}

.textheader1 {
	font-family: Impact;
	font-size: 14px;
	color: #990000;
}

.textheader2 {
	font-family: Impact;
	font-size: 14px;
	color: #000000;
}

.textheader3 {
	font-family: Impact;
	font-size: 22px;
	color: #FFFFFF;
}

.fontheader1 {
	font-family: Impact;
	font-size: 22px;
	color: #990000;
}

.fontheader2 {
	font-family: Impact;
	font-size: 22px;
	color: #000000;
}

.titleheader1 {
	font-family: Impact;
	font-size: 20px;
	color: #990000;
}

.titleheader2 {
	font-family: Impact;
	font-size: 20px;
	color: #000000;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
}

.footerline {
	background-image:url(../images/footerline.png);
	background-position:center;
	background-repeat:no-repeat;
	width:875px;
	height:1px;
}

.icon {
	background-image:url(../images/icon.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:107px;
	height:92px;
	margin:auto;
}

.iconport {
	margin-right:20px;
}

.navheader {
	background-image:url(../images/sliced/header_r1_c1.png);
	height:162px;
	width:145px;
}

.navbottom {
	background-image:url(../images/sliced/header_r5_c1.png);
	height:106px;
	width:145px;
}


/***** Pseudo Code's *****/
.input	{
	border: 1px solid #99b3b4;
	width: 220px;
	font: 11px verdana, sans-serif;
	color:#443;
	padding:2px;
	background-color:#F5F5F5;
	outline:none;
}

.input:focus {
	border:1px solid #567475;
	background:#FFFFFF;
}

.input_text {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #494b4c;
	text-decoration: none;
	border: 1px solid #999999;
	width:160px;
	background-color:#eae8e5;
}

.selected {
	color: #990000;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
}

.textarea	{
	border: 1px solid #99b3b4;
	width: 220px;
	height:100px;
	font: 11px verdana, sans-serif;
	color:#443;
	padding:2px;
	background-color:#F5F5F5;
	outline:none;
	max-width:220px;
}

.textarea:focus {
	border:1px solid #567475;
	background:#FFFFFF;
}

.textarea_text {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #494b4c;
	text-decoration: none;
	border: 1px solid #999999;
	width:160px;
	background-color:#eae8e5;
}

.navlink {
	background-image:url(../images/sliced/header_r4_c1.jpg);
	background-repeat:no-repeat;
	margin:auto;
	height:auto;
	width:145px;
}

.navselected {
	margin-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.link a {
	font-family:Arial, Helvetica, sans-serif;
	margin-left:15px;
	font-size:12px;
}

.link a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.link a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.link a:hover {
	text-decoration:none;
	color: #000000;
}

.link a:active {
	text-decoration: none;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration:none;
	color: #990000;
}

a:active {
	text-decoration: none;
}


/***** ID's *****/

#container {
	border:0px solid #990000;
	margin:auto;
	background-color:#FFFFFF; 
	width:875px;
	margin-top:-8px;
}

#loading {
	display:none;
	font-style:Impact;
	font-size:12px;
	font-weight:bold;
	color:#990000;
}

#captchaimage {
	width:120px;
	height:46px;
}

#myController span{
	color:#000000;
	background:#FFFFFF;
	margin-right:10px;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

#jFlowSlide{
	border:0px solid #990000;
	margin:auto;
}

#myController span.jFlowSelected {
	color:#990000;
	font-weight:bold;
	font-size:11px;
}

/***** Spacers *****/
.spacer1 {
	background-image:url(../images/sliced/spacer.gif);
	height:1px;
	width:145px;
}

.spacer2 {
	background-image:url(../images/sliced/spacer.gif);
	height:1px;
	width:132px;
}

.spacer3 {
	background-image:url(../images/sliced/spacer.gif);
	height:1px;
	width:138px;
}

.spacer4 {
	background-image:url(../images/sliced/spacer.gif);
	height:1px;
	width:41px;
}

.spacer5 {
	background-image:url(../images/sliced/spacer.gif);
	height:1px;
	width:22px;
}

.spacer6 {
	background-image:url(../images/sliced/spacer.gif);
	height:1px;
	width:1px;
}

.spacer7 {
	background-image:url(../images/sliced/spacer.gif);
	height:44px;
	width:1px;
}

.spacer8 {
	background-image:url(../images/sliced/spacer.gif);
	height:40px;
	width:1px;
}

.spacer9 {
	background-image:url(../images/sliced/spacer.gif);
	height:78px;
	width:1px;
}

.spacer10 {
	background-image:url(../images/sliced/spacer.gif);
	height:184px;
	width:1px;
}

.spacer11 {
	background-image:url(../images/sliced/spacer.gif);
	height:25px;
	width:1px;
}

.spacer12 {
	background-image:url(../images/sliced/spacer.gif);
	height:81px;
	width:1px;
}

.spacer {
	background-image:url(../images/sliced/header_r2_c7.png);
	background-repeat:no-repeat;
	height:40px;
	width:41px;
}
	