body {
	background-image: url(../images/background/bg_outside.gif);
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #000099;
	font-style: normal;
	//color: #3366CC;
	text-decoration: none;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	padding: 3px;
	vertical-align: top;
	text-align: left;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 24px;
	line-height: 30px;
  		color: #000000;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  	color: #000000;
  	
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align: left;
	
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  	font-weight: bold;
	
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	text-align: center;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
	color: #000000;
	text-align: justify;
	margin: 3px;
}

.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #000000;
	background-color: #FFFFFF;

}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;

}

.box1 {
	border: thin solid #000000;


}

.promo {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	
}

.titlebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	
	
}


a:hover {
	text-decoration: underline;
}

input.big {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color: #000000;
	text-align: left;
	font-weight: bold;

}
list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	font-style: normal;
	color: #666666;
	text-align: left;
	text-indent: 10pt;
	list-style-position: inside;
	list-style-type: none;

}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-align: left;
	list-style-type: circle;
	list-style-position: outside;
	font-weight: bold;
}


.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	padding: 3px;
	vertical-align: top;
	text-align: center;
	font-weight: normal;
	background-image: url(../images/background/grad20-30.jpg);

}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	padding: 3px;
	vertical-align: top;
	text-align: left;
}
.text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	padding: 3px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}
.text-bold-center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	padding: 3px;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF;

}
.text-center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	padding: 3px;
	vertical-align: top;
	text-align: center;
	font-weight: normal;

}

.text-indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: normal;
	text-align: left;
	text-indent: 20pt;
	padding: 3px;

}

.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;

}
.td {
	border:2px solid black;
}


.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 14px; height: 14px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -14px 0px 0px 0px; }
.borderBR { margin: -14px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
    margin: 0px;
    padding: 0px;
    border: 1px solid #00000;
}
.contentWrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px;
} 
.timers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: green;
	background-color: #000000;
}
