/* Default CSS Stylesheet for a new Web Application project */



A:link	{	
	text-decoration:	none;
	/*color:	#3333cc;*/
	}	
A:visited	{	
	text-decoration:	none;
	/*color:	#333399;*/
	}	
		
/* */

a.links:link		{
	font-family:Arial;
	color: #D19700;
	text-decoration: none;
		font-weight: bold;	
			font-size:12px;
		
}
a.links:hover		{
	font-family:Arial;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;	
		font-size:12px;
}
a.links:visited		{
	font-family:Arial;
	color: #D19700;
	text-decoration: none;
		font-weight: bold;
			font-size:12px;
			
}
a.links:active		{
	font-family:Arial;
	color: #D19700;
	text-decoration: none;
		font-weight: bold;
			font-size:12px;	
		
}

	
	
	
	
	
.ThemeColor
{
Background-color: White/*#DBB76D #164613;*/
/*background-color:Black;*/	
}
.BackGradian
{
	 background-image:url(Images/700px_grad.jpg);
	 background-repeat:repeat-x;
	
}
.BlackText
{
	font-family:Arial;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
.MediumBlackText
{
	font-family: Arial;
	font-size:12px;
	color:Black;
	text-decoration:none;	
}
.MediumBlackBoldText
{
	font-family: Arial;
	font-size:12px;
	color:Black;
	font-weight:bold;
	text-decoration:none;	
}
.ComboText
{
	font-family: Arial;
	font-size:11px;
	color:Black;
	text-decoration:none;		
}
.MenuText
{
	font-family:Arial;
	font-size:12px;
	color:White;
	text-decoration:none;	
}
.MenuBoldText
{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:White;
	text-decoration:none;	
}
.RedBoldText
{
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	color:#8F0000;
	text-decoration:none;	
}
.ThemeColorFront
{
  background-color:#DBB76D;	
}

.SmallFooterText
{
	font-family: Arial;
	font-size:10px;
	color:#D19700;
	text-decoration:none;	
}
.SmallMenuText
{
	font-family: Arial;
	font-size:11px;
	color:White;
	text-decoration:none;	
}
.WhiteColor
{
 Background-color:White;
}
.PageLink
{
 font-family:Arial;
 font-size:11px;
 text-decoration:none;
 color:	#333399;
}
.NavigationLink
{
 font-family:Arial;
 font-size:12px;
 text-decoration:none;
 color:	#D19700;
}
.NavigationBoldLink
{
 font-family:Arial;
 font-size:12px;
 font-weight:bold;
 text-decoration:none;
 color:	#D19700;
}
.MenuLink
{
 font-family:Arial;
 font-size:11px;
 text-decoration:none;
 color:	White;
}
.BlackBoldText
{
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

.BlackBold13pxText
{
	font-family:Arial;
	font-weight:bold;
	font-size:13px;
	color:#000000;
	text-decoration:none;
}

.BlackNormalText
{
	font-family:Arial;
	font-weight:normal;
	font-size:13px;
	color:#000000;
	text-decoration:none;
}
.RedText
{
	font-family:Arial;
	font-size:11px;
	color:red;
	text-decoration:none;
}
.WhiteBoldText
{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;	
	color:White;
}
.HeaderText
{
	font-family:Arial;
	font-size:12px;
	color:White;
	text-decoration:none;	
}

.SmallGreenText
{
	font-family:Arial;
	font-size:11px;	
	color:#D19700;
	text-decoration:underline;	
}

.SmallBlackText
{
	font-family:Arial;
	font-size:10px;	
	color:Black;
	text-decoration:none;
}
.TinyBlackText
{
	font-family:Arial;
	font-size:11px;
	color:Gray;
	text-decoration:none;
}
.BigBlackText
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:Black;
	text-decoration:none;
}

.LargeBlackText
{
	font-family: Arial;
	font-size:18px;
	font-weight:bold;
	color:Black;
	text-decoration:none;	
}
.LineColor
{
 background-color:#F9F1DE;	
}
.BoldWhiteText
{
	font-family: Arial;
	font-size:14px;
	font-weight:bold;
	color:White;
	text-decoration:none;	
}

.GoldText
{
	font-family:Arial;
	font-size:11px;
	color:#D19700;
	text-decoration:none;
}

.NewBackColor
{
	color:#f7f2de;
}

.RightAlignText
{
	font-family:Arial;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	text-align:right;
}

.HighLightText
{
	font-family: Arial;
	font-size:11px;
	color:#D19700;
	text-decoration:none;	
}