/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	margin-top:0; 
	margin-left:0;
	margin-bottom:0;
	background-color:#DFDFDF ;
	scrollbar-face-color:#A2473E;scrollbar-highlight-color:#CC847B;scrollbar-3dlight-color:#CC847B;scrollbar-darkshadow-color:#000000;scrollbar-shadow-color:#000000;scrollbar-arrow-color:#FBFBFB;scrollbar-track-color:#000000;
}

.ButtonStyle {
	background-color: #A2473E;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px outset;
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}

.NormalLink a:link
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.NormalLink a:visited
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.NormalLink a:active
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.NormalLink a:hover
{
	font-family: Arial;
	font-size: 12px;
	color: #F04C43;
}


.LightGreyText {
	font-family: Arial;
	font-size: 12px;
	color: #EEEBEB;
	font-weight: bold;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.BoldHeading {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #15317E;
}
.ErrorHeading {
	font-family: Arial;
	font-size: 12px;
	color:  #F04C43;
}
.NormalText {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.NormalTextBold {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}
.StandardHeading {
	font-family: Arial;
	font-size: 12px;
	color: #DB2C23; 
	font-weight:bold;	 
}
.TopHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #A2473E; 
	font-weight:600;	 
}
.BlueTextBold {
	font-family: Arial;
	font-size: 12px;
	color: #0000CC; 
	font-weight:bold;	 
}
