A:visited {text-decoration: underline; color: black}
A:link    {text-decoration: underline; color: blue}
A:hover   {text-decoration: underline; color: #EF9E5C;}

A.startup:visited {text-decoration: none; color: black}
A.startup:link    {text-decoration: none; color: black}
A.startup:hover   {text-decoration: none; color: #EF9E5C;}
.startup 
{
	font-weight:bold;
	font-size:12px;
}

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	padding: 0px;
	margin: 0px;
	text-align: center;	
}

.pageTitle 
{
	text-align:left;
	font-weight:bold;
	font-size:18px;	
	color: #3E258A;	
}

.pageTitleCenter
{
	text-align:center;
	font-weight:bold;
	font-size:18px;	
	color: #3E258A;	
}

.footer 
{
	text-align:center;
	font-size:10px;	
	vertical-align:bottom; 
	background-color: White;
}

.btn
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

.RowHeader
{	
	background-color: #EF9E5C;
	color:#3E258A;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;	
}

.RowHeaderSmall
{	
	background-color: #EF9E5C;
	color:#3E258A;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
}

.Row1 
{
	background: #ffffff;
}

.Row2
{
	background: #f0f0f0;
}

/*Modal Popup*/
.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
