﻿
.MainSection A
{
	color: #EF008C;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.MainSection A:hover
{
	color: #EF008C;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

.MainSection2
{
	float: left;
	height: 285px;
	width: 97%;
	padding: 5px 5px 5px 5px;
	color: #666666;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	overflow: auto;
}

	
.titleSection
{
	margin: 5px 5px 5px 5px;
	text-align: left;
	float: left;
	height: 25px;
	width: 575px;
	color: #EF008C;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin-left: 40px;
}
.titleSectionCentered
{
	margin: 5px 5px 5px 5px;
	text-align: center;
	height: 25px;
	width: 575px;
	color: #EF008C;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin-left: 40px;
}


.button
{
	color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9.5pt;
	background-color: #EF008C;
	width: 100px;
	font-weight: bold;
	text-align: center;
}

#Footer1
{

	padding: 2px 0px 0px 10px;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #EF008C;
	height: 20px;
	text-align: center;
	width:626px;
}
#Footer2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	width:636px;

}
.modalBackground
{
	background-color: #B9DCFF;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.InfoButton
{
	border-style: none;
	background-image: url('/images/Information.gif');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 22px;
	height: 20px;
}
.CloseInfoButton
{
	border-style: none;
	background-image: url('/images/Close.gif');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 26px;
	height: 26px;
}
.InfoBox
{
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #0066FF;
	width: 500px;
	}
#mycontent h1
{
	color: #EF008C;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
#mycontent h2
{	color: #EF008C;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	}
.SubTitle
{	color: #EF008C;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	width:100px;
	float:left;
	}
	.SubTitle2
{	color: #EF008C;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	}
.SubText
{
	width:450px;
	float:left;
	}
	
.LoginTitle
{
	font-weight: bold;
	background-color: #EF008C;
	height: 20px;
	color: #FFFFFF;
}
.LoginTextBox
        {
            width:150px;
        }
        
        
 #loginHolder input[type=submit]
{
/* needs hacks for IE */
 color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9.5pt;
	background-color: #EF008C;
	width: 100px;
	font-weight: bold;
	text-align: center;
	height: 26px;
}


