.normal-text {
font-family: Arial; font-size: 12px; color: #333333
}

.white-text {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-align: justify;
}

.link1 {
font-family: Arial; font-size: 12px; color: #333333; text-decoration:none
}

:hover.link1 {
font-family: Arial; font-size: 12px; color: #FF0000; text-decoration:none
}

.link2 {
font-family: Arial; font-size: 12px; color: #ffffff; text-decoration:none
}

:hover.link2 {
font-family: Arial; font-size: 12px; color: #CCCCCC; text-decoration:none
}

.link3 {
font-family: Arial; font-size: 12px; color: #333333; text-decoration:none
}

:hover.link3 {
font-family: Arial; font-size: 12px; color: #000000; text-decoration:none
}

.link4 {
font-family: Arial; font-size: 12px; color: #333333; text-decoration:none
}

:hover.link4 {
font-family: Arial; font-size: 12px; color: #CCCCCC; text-decoration:none
}

.link5 {
font-family: Arial; font-size: 12px; color: #D53C8C; text-decoration:none
}

:hover.link5 {
font-family: Arial; font-size: 12px; color: #000000; text-decoration:none
}

.boxlink1 {
	font-family: Arial;
	font-size: 12px;
	color: 
               #333333;
	background-image: url(imgs/boxactive.jpg);
	width:158px;
	height:288px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
               }

:hover.boxlink1 {
font-family: Arial; font-size: 12px; color: 
               #ffffff; background-image: url('imgs/boxdeactive.jpg'); width:158px; height:288px
}

.Help-Menu
{
	background-color : #000000;
	opacity: 0.4;
	filter:alpha(opacity=90);
}

.Horizontal-Line {
	height: 1px;
	color: #999999;
}

.PopupScroll
{
	overflow: auto;
	height: 250px;
}

.rederror {
	color: red;
}
.invalidInput
{
	background:#FFFFCC;
	border:1px solid #CCCCCC;
}