/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-family: Tahoma;
	font-size: 11px;
	color: #605E5F;
	margin: 0px;
	background-color: #666666;
}
img{
	border: 0;
}

.ButtonStyle {
	background-color: #15317E;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px outset;
}

a:link	{	
	text-decoration:	none;
	color:	#A25E1F;
	}	
		
a:visited	{	
	text-decoration:	none;
	color:	#A25E1F;
	}	
		
a:active	{	
	text-decoration:	none;
	color:	#A25E1F;
	}	
		
a:hover	{	
	text-decoration:	none;
	color:	#605E5F;
	}

.NormalLink a:link
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.NormalLink a:visited
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.NormalLink a:active
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.NormalLink a:hover
{
	font-family: Tahoma;
	font-size: 11px;
	color: #F04C43;
}


.LightGreyText {
	font-family: Tahoma;
	font-size: 11px;
	color: #EEEBEB;
	font-weight: bold;
}
.txtbox {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.txtbox Select {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.BoldHeading {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #529C8F;
}
.ErrorHeading {
	font-family: Tahoma;
	font-size: 16px;
	font-weight:bold;
	font-style: normal;
	color: #FF0000;
}
.TitleText {
	font-family: Tahoma;
	font-size: 16px;
	font-weight:bold;
	font-style: normal;
	color: #FFFFFF;
}
.NormalText {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.NormalTextBold {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
}
.StandardHeading {
	font-family: Tahoma;
	font-size: 11px;
	color: #DB2C23; 
	font-weight:bold;	 
}
.TopHeading {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	color: #A2473E; 
	font-weight:600;	 
}
.BlueTextBold {
	font-family: Tahoma;
	font-size: 11px;
	color: #0C9B8E; 
	font-weight:bold;	 
}
.BlueText {
	font-family: Tahoma;
	font-size: 11px;
	color: #1C4879; 
}

.WhiteText {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF; 
}
.buttonSilver {
	BORDER-RIGHT: #333333 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #999999 1px solid; 
	COLOR: #333333; 
	BORDER-BOTTOM: #333333 1px solid; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #ececec; 
	TEXT-DECORATION: none
}