
/* General font families for common tags */
A 	{color: #3366CC; text-decoration: none; }
A:Hover	{color: #CC3333; text-decoration: underline; }

/* use with menu area */
.menu {font-family: courier new; font-size: 16px; font-weight:bold; color: #3366CC;}
a.menu:link  {color: #3366CC; text-decoration: none; }
a.menu:visited {color : #5493B4; text-decoration: none;}
a.menu:hover {color: #CC3333; text-decoration: underline; }

/* */
.bodytext  {font-family: Verdana; font-size: 13px; }

/* */
.bodytextHilight  {font-family: Verdana; font-size: 13px; font-weight:bold; color: #336699}

/* */
.bodyWhiteText {font-family: Verdana; font-size: 13px; color: #FFFFFF;}

/* */
.bodyWhiteTextBold  {font-family: Verdana; font-size: 13px; font-weight:bold; color: #FFFFFF;}
a.bodyWhiteTextBold:link {color: #FFFFFF; text-decoration: none} 
a.bodyWhiteTextBold:hover	{color:#0000FF; text-decoration: underline;}

/* use with bottom part */
.bottomline {font-family: arial; font-size:11px; color: #000000;} 
a.bottomline:link {color: #3366CC; text-decoration: none} 
a.bottomline:visited {color : #5493B4; text-decoration: none;}
a.bottomline:hover	{color : #DD6900;  text-decoration: underline;}

/* set headline 1 */
h1 {font-size: 16pt; font-family: Arial, Helvetica, sans-serif;	color: #66A56E; background: transparent;}
