/* CSS Document */
 
a:visited {
  text-decoration : none;
  color : #6e6e6e;
}
a:link {
  text-decoration : none;
  color : #6e6e6e;
}
a:active {
  text-decoration : none;
  color : 6e6e6e;
 }
a:hover {
  text-decoration : none;
  color : #000000
  ;
 }
A.navbar		{ text-decoration: none; }
A.navbar:link		{ color: #6e6e6e; }
A.navbar:visited	{ color: #6e6e6e; }
A.navbar:active		{ color: #6e6e6e; }
A.navbar:hover		{ color: #ff3300;  text-decoration: none; }

A.underline		{ text-decoration: none; }
A.underline:link		{ color: #6e6e6e; text-decoration: underline;}
A.underline:visited	{ color: #6e6e6e;  text-decoration: underline;}
A.underline:active		{ color: #6e6e6e;  text-decoration: underline;}
A.underline:hover		{ color: #FF3300;  text-decoration: underline; }

A.underline-green		{ text-decoration: none; }
A.underline-green:link		{ color: #336633; text-decoration: underline;}
A.underline-green:visited	{ color: #336633;  text-decoration: underline;}
A.underline-green:active		{ color: #336633;  text-decoration: underline;}
A.underline-green:hover		{ color: #274E27;  text-decoration: underline; }

A.underline-green12		{ font-size: 12px; text-decoration: none; }
A.underline-green12:link		{ font-size: 12px;color: #336633; text-decoration: underline;}
A.underline-green12:visited	{ font-size: 12px;color: #336633;  text-decoration: underline;}
A.underline-green12:active		{ font-size: 12px;color: #336633;  text-decoration: underline;}
A.underline-green12:hover		{ font-size: 12px;color: #274E27;  text-decoration: underline; }

p.menu {
  font : 12px arial, helvetica, sans-serif;
  font-weight: 500;
  color: #FFFFFF;
}
p.button {
  font : 10px arial, helvetica, sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}
.whiteframe {
	border: 1px solid #FFFFFF;
	font : 18px arial, helvetica, sans-serif;
	text-align: center;
  	font-weight: 500;
  	color: #6E6E6E;
	background: #EBEBEB;
	width: 16px;
	height: 20px;
	padding: 0px;}
.whiteframe-red {
	border: 1px solid #FFFFFF;
	font : 18px arial, helvetica, sans-serif;
	text-align: center;
  	font-weight: 500;
  	color: #FF3300;
	background: #EBEBEB;
	width: 16px;
	height: 20px;
	padding: 0px;}
	
.frame366 {
	border: 1px solid #6e6e6e;
	font : 10px arial, helvetica, sans-serif;
	text-align: center;
  	font-weight: 400;
  	color: #CCCCFF;
	width: 366px;
	padding: 0px;}
.frame406 {
	border: 1px solid #6e6e6e;
	font : 10px arial, helvetica, sans-serif;
	text-align: center;
  	font-weight: 400;
  	color: #CCCCFF;
	width: 406px;
	padding: 0px;}
	.frame474 {
	border: 1px solid #6e6e6e;
	font : 10px arial, helvetica, sans-serif;
	text-align: center;
  	font-weight: 400;
  	color: #CCCCFF;
	width: 474px;
	padding: 0px;}
	.frame482{
	border: 1px solid #6e6e6e;
	font : 10px arial, helvetica, sans-serif;
	text-align: center;
  	font-weight: 400;
  	color: #CCCCFF;
	width: 482px;
	padding: 0px;}
.frame200 {
	border: 1px solid #4E3D5D;
	font : 10px arial, helvetica, sans-serif;
	text-align: center;
  	font-weight: 400;
  	color: #CCCCFF;
	width: 249px;
	padding: 0px;}
b {  
  font-family : arial, helvetica, sans-serif; 
  font: 14px arial, helvetica, sans-serif;
  font-weight : 600;
}
.menuitem{padding-bottom:2px;padding-top:2px;padding-right:6px;background-color:#cccccc;}

