.normal-text {
font-family: Arial; font-size: 12px; color: #333333;
}

.normal-text2 {
font-family: Arial; font-size: 14px; color: #333333;
}

.white-text {
font-family: Arial; font-size: 12px; color: #ffffff
}

.link1 {
font-family: Arial; font-size: 12px; color: #333333; text-decoration:none
}

:hover.link1 {
font-family: Arial; font-size: 12px; color: #0C82B8; text-decoration:underline
}

.link2 {
font-family: Arial; font-size: 12px; color: #ffffff; text-decoration:none
}

:hover.link2 {
font-family: Arial; font-size: 12px; color: #98D7F5; text-decoration:underline
}

.link3 {
font-family: Arial; font-size: 14px; color: #333333; text-decoration:none
}

:hover.link3 {
font-family: Arial; font-size: 14px; color: #0C82B8; text-decoration:underline
}

.link4 {
font-family: Arial; font-size: 14px; color: #AF0000; text-decoration:none
}

:hover.link4 {
font-family: Arial; font-size: 14px; color: #000000; text-decoration:underline
}

.heading
{
	font-weight:bold;
	font-size:16px;
	color:#0077AA;
	padding-top:10px;
	background:url('imgs/headingBG.jpg');
	padding-left:2px;
	height:30px;
	float:left;
	width:665px;
}

.headingImg
{
	color:#0077AA;
	padding-top:8px;
	background:url('imgs/headingBG.jpg');
	padding-left:5px;
	height:30px;
}

.QuickLinksheading
{
	font-weight:bold;
	font-size:20px;
	color:#0077AA;
	padding-left:5px;
	font-family:Trebuchet MS;
	border-bottom:1px dotted #0099CC;
}
ul.quickLinks{
	padding:0px;
	margin:0px;
	padding-bottom:15px;
	padding-top:5px;
}
ul.quickLinks li
{
	border-bottom:1px dashed #AAAAAA;
	width:95%;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	background:url('imgs/arrow.jpg') no-repeat 0 6;
}
div#pagination {
     height:50px;
     margin-top:3px;
 }
div#pagination .count {
     float:middle;
     padding:5px;
     }
div#pagination .pages {
     float:middle; padding:5px;
     }

div#paginationTop{background: url(../images/oPagination_bg_top.png) bottom center no-repeat; height:40px; margin-bottom:3px;}
div#paginationTop .count { float:center; padding:5px;}
div#paginationTop .pages { float:right; padding:5px;}

div.pagination { padding: 5px; margin: 3px; }
div.pagination a {
     padding: 3px 6px 3px 6px;
     margin: 4px;
     border: 1px solid #E2E2E2;
     text-decoration: none; /* no underline */
     color: #000000;
}
div.pagination a:hover, div.pagination a:active {
     border: 1px solid #E2E2E2;
     background-color: #EAEAEA;
     color: #000;
}
div.pagination span.current {
     padding: 2px 5px 2px 5px;
     margin: 2px;
     border: 1px solid #E2E2E2;
     font-weight: bold;
     background-color: #EAEAEA;
     color: #000000;
     }
div.pagination span.disabled {
     padding: 2px 5px 2px 5px;
     margin: 2px;
     border: 1px solid #EEE;
     color: #DDD;
}
.bold14 {
	font-family:Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}
.rederror {
	color: red;
}
.invalidInput
{
	background:#FFFFCC;
	border:1px solid #CCCCCC;
}

