/* Default CSS Stylesheet for a new Web Application project */

/* Content Classes */
body {
	font-family:Arial;
	font-size:12px;
	color:#333333;
	margin-top: 0px;
	margin-left: 0px;				
	height:100%;
	margin-bottom: 1px;
	}
	

	
	.purpleHighlight
{
	color:#886EE5;	
}
.men
{	
	color: #434343;	
	text-decoration:none;
	font-size:10pt;
	font-weight:bold;	
	cursor:pointer;
	padding-left:15px;
	
}

.mainHeads
{	
	color: #434343;		
	font-size:12pt;
	font-weight:bold;		
	padding-left:5px;
}
a:link.log2
{
	
	color: #FF6600;	
	text-decoration:none;
	font-size:10pt;
	
	}

a:visited.log2
{
	
	color: #FF6600;		
	text-decoration:none;
	font-size:10pt;
	}

a:hover.log2
{
	
	color: #99CCFF;	
	text-decoration: underline;
	font-size:10pt;
	}

a:active.log2
{
	
	color: #FF6600;	
	text-decoration:none;
	font-size:10pt;
	}
p, td
{
	font-family:Arial;
	font-size:12px;
	color:#333333;
}
a:link.whiteT
{
	font-family:Arial;
	font-size:12px;
	color:white;
	color:white;text-decoration:none;
	
	}

a:visited.whiteT
{
	
	font-family:Arial;
	font-size:12px;
	color:white;
	color:white;text-decoration:none;
	}

a:hover.whiteT
{
	
	font-family:Arial;
	font-size:12px;
	color:white;
	text-decoration:underline;
	}

a:active.whiteT
{
	
	font-family:Arial;
	font-size:12px;
	color:white;text-decoration:none;
	}
.whiteText
{
	font-family:Arial;
	font-size:12px;
	color:white;
	}
.blueColor
{
	color:#4545DC;
}

li
{
	font-family:Arial;
	font-size:12px;
	color:#333333;
	list-style-image: url(../Images/pinkList.gif);
	
}

.pinkHeading
{
	color:#F4ACDC;	
	font-size: 14pt;	
}
.redText
{
	 color:Red;
}

a:link
{
	
	color: black;	
	text-decoration:none;
	}

a:visited
{
	
	color: black;		
	text-decoration:none;
	}

a:hover
{
	
	color: black;	
	text-decoration: underline;
	}

a:active
{
	
	color: black;	
	text-decoration:none;
	}
a:link.log
{
	
	color: #FF6600;	
	text-decoration:none;
	font-size:10pt;
	}

a:visited.log
{
	
	color: #FF6600;		
	text-decoration:none;
	font-size:10pt;
	}

a:hover.log
{
	
	color: #99CCFF;	
	text-decoration: underline;
	font-size:10pt;
	}

a:active.log
{
	
	color: #FF6600;	
	text-decoration:none;
	font-size:10pt;
	}


a:link.headLLink
{
	
	color:#F4ACDC;	
	font-size: 14pt;	
	text-decoration:underline;
	
	}

a:visited.headLLink
{
	
	color:#F4ACDC;	
	font-size: 14pt;	
	text-decoration:underline;
	}

a:hover.headLLink
{
	
	color:#E07CBC;	
	font-size: 14pt;	
	text-decoration:underline;
	}

a:active.headLLink
{
	
	color:#F4ACDC;	
	font-size: 14pt;	
	text-decoration:underline;
	}
	
	
a:link.pink
{
font-family: Arial,Verdana, Helvetica, sans-serif; 
	font-size: 16pt;	
	color:#FBBFE5;		
	text-decoration: none;
	}

a:visited.pink
{
font-family: Arial,Verdana, Helvetica, sans-serif; 
	font-size: 16pt;	
	color:#FBBFE5;	
	text-decoration: none;
	}

a:hover.pink
{
	font-family: Arial,Verdana, Helvetica, sans-serif; 
	font-size: 16pt;	
	color:#FBBFE5;	
	text-decoration: underline;
	}

a:active.pink
{
	font-family: Arial,Verdana, Helvetica, sans-serif; 
	font-size: 16pt;	
	color:#FBBFE5;	
	text-decoration: none;
	}

ol
{
	position:relative;
	top:-15px;
}

.researchBox
{
	color:#CEA62D;
}

.homeTable
{
	border-width:1px;
	border-color:#999999;
	border-style:solid;
	font-size:8px;
	color:#666666;
}

.frmText
{
	border-width:1px;
	border-color:#999999;
	border-style:solid;
	font-family:Arial;
	font-size:12px;
	
}

.frmButton
{
	border-width:2px;
	border-color:#999999;
	border-style:solid;
	font-family:Arial;
	font-size:12px;
	font-weight:900;
	color:#999999;
	background-color:#ffffff;
}
	

/* Footer Style */
.footerTable 
{
	color:#666666;
	font-family:arial;
	font-size:10px;
}

.footerTable a
{
	color:#666666;
	font-family:arial;
	font-size:10px;
}


