/* Title Text */
.titleText
{
	font-family:Arial, Helvetica, sans-serif, "Arial Black";
	font-size:14px;
	font-weight:bold;
	color:#333333;
}

.titleTextDown
{
	font-family:Arial, Helvetica, sans-serif, "Arial Black";
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

.titleTextOver
{
	font-family:Arial, Helvetica, sans-serif, "Arial Black";
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
}
/* Medium Text */
.mediumText
{
	font-family:Arial, Helvetica, sans-serif, "Arial Black";
	font-size:9px;
	color:#333333;
}
.mediumTextOver
{
	font-family:Arial, Helvetica, sans-serif, "Arial Black";
	font-size:9px;
	color:#333333;
}
.mediumTextDown
{
	font-family:Arial, Helvetica, sans-serif, "Arial Black";
	font-size:9px;
	color:#FFFFFF;
}

/* List Text */

.listItemTextNormal
{
	font-family:Arial, Helvetica, sans-serif, "Arial Black";
	font-size:11px;
	font-weight:bold;
	color:#333333;
}
.listItemTextOver
{
	font-family:Arial, Helvetica, sans-serif, "Arial Black";
	font-size:11px;
	font-weight:bold;
	color:#666666;
}
body
{
	background-color:#FFFFFF;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
	background-repeat:repeat-y;
	background-image:url(../images/pattern_html.jpg); 
	background-position:top;
}
/*
	Pods
*/
.blackTitleText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffcc00;
	background-color:#666666;
	font-weight:bold;
	width:100%;
	padding-top:3px;
	padding-bottom:3px;
	text-indent:3px;
}
.plainText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.error
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FF0000;
	font-weight:bold;
}
hr {
	color:#DDDED9;
	border-color:#DDDED9;
	border-width:1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	height:1px;
}
th
{
	background-color:#DDDED9;
	text-align:left;
}
td.border
{
	border-bottom-style:solid;
	border-right-style:solid;
	border-bottom-width:1px;
	border-right-width:1px;	
	border-color:#DDDED9;
}
table.border
{
	border-top-style:solid;
	border-left-style:solid;
	border-top-width:1px;
	border-left-width:1px;	
	border-color:#DDDED9;
}
.pod {
	background-color:#F8F8F8;
	margin:0px;
	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: #FFFFFF;
	border-right-color: #F8F8F8;
	border-bottom-color: #DEDEDE;
	border-left-color: #FFFFFF;
}
.fixedHeight {
	height : 300px;
}
.innerPod {
	margin:5px;
}
.smallText {
	font-size:9px;
	color:#999999;
}
.halfleft {
	width:351px;
	margin-right:10px;
}
.halfright {
	width:354px;
}
.quarter {
	width:240px;
}
.threequarters {
	width:500px;
}
.quarter2 {
	width:200px;
}
.threequarters2 {
	width:540px;
}
.full {
	width:100%;
}
.floatOnRight {
	float:right;
}
.floatOnLeft {
	float:left;
}
/*
	Form Styling
*/
a
{
	font-weight:bold;
}
.formButton
{
	height:22px;
}
.dispText_
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
.inputWidth 
{
	width : 100px;
}
label {
	width:100px;
}
.labelFix 
{
	position:relative;
	top:-3px;
}
label.autoWidth
{
	width:auto;
}
.formComponent {
	margin-bottom:2px;
}
form {
	padding:0px;
	margin:0px;
}
/* I STARTED HERE */
a{text-decoration:none;}
a:hover{text-decoration:underline;}
a.large{
color: #B32823;
font-size: 9px;
font-family:Arial, Helvetica, sans-serif;
}