

/* Text Links */
A.nav  {font-family: Arial, Times New Roman, Book Antiqua, Times New Roman; text-decoration:none; color:#CE9027; font-size: 16px;}
A.nav:Hover {text-decoration:none; color:#663300;}
A.links  {font-family: Arial, Verdana, Arial; text-decoration:underline; color:#3366CC; font-size: 12px;}
A.links:Hover {text-decoration:none; color:#3366CC;}
/* A.enterlink  {font-family: Arial, Verdana, Arial; text-decoration:none; color:#990000; font-size: 22px; border: solid 1px #aaaaaa;padding: 5px;}
A.enterlink:Hover {text-decoration:none; color:#660000;} */


/* Text */
{
	font-family:Arial, Verdana;
	color:#333333; font-size: 13px;
	Margin: 0px 0px 60px 0px;
}	
.Subtitles  { font-family: Arial, Book Antiqua; color:#CC6699; font-size: 22px;}
.ProductText  { font-family: Verdana, Arial; color:#333333; font-size: 10px;}
.copyright  { font-family: Arial, Verdana; color:#ffe1ff; font-size: 12px;}

html
{
	font-size: 10px;
	font-family:Arial, Verdana;
}
/* example of html <div class="black fontSize12"></div> */		
.white			{color: #ffffff; }
.black			{color: #000000; }
.greyE6			{color: #E6E6E6; }
.grey33			{color: #333333; }
.grey66			{color: #666666; }
.grey99			{color: #999999; }
.greyCC			{color: #cccccc; }

.fontSize21 { font-size: 21px;}
.fontSize20 { font-size: 20px;}
.fontSize19 { font-size: 19px;}
.fontSize18 { font-size: 18px;}
.fontSize17 { font-size: 17px;}
.fontSize16 { font-size: 16px;}
.fontSize15 { font-size: 15px;}
.fontSize14 { font-size: 14px;}
.fontSize13 { font-size: 13px;}
.fontSize12 { font-size: 12px;}
.fontSize11 { font-size: 11px;}
.fontSize10 { font-size: 10px;}
.fontSize9  { font-size:  9px;}
.fontSize8  { font-size:  8px;}


/* Forms */
input.formInputText  
{
		background-color: #ececec;
		border: solid 1px #aaaaaa;
		font-family: Arial, Verdana, Sans-Serif;
		color: #666666;
		font-size: 16px;
		font-weight: normal;
		height: 30px;
		margin-top: 4px;
		margin-bottom: 20px;
		margin-right: 0px;
		padding: 5px;
}
		
textarea#styled 
{
		background-color: #ececec;
  	width: 430px;
  	height: 120px;
		border: solid 1px #aaaaaa;
		font-family: Arial, Verdana, Sans-Serif;
		color: #666666;
		font-size: 16px;
		font-weight: normal;
		margin-top: 4px;
		margin-bottom: 20px;
		margin-right: 0px;
  	padding: 5px;
}

select.dropdown 
{
    background-color: #ececec;
    border: solid 1px #aaaaaa; 
		font-family: Arial, Verdana, Sans-Serif;
		color: #666666;
		font-size: 16px;
		font-weight: normal;
}

/* Other */
.ContactBox 
{
		background-color: #ececec;
		border: solid 2px #ccc;
		padding: 5px;
}


