/*----------------------  TAGS  -----------------------------*/
BODY
{
	background: #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif ! important;
	font-size : 11px;
	color: #666666;
}

A{
	font-family : Verdana, Arial, Helvetica, sans-serif ! important;

	font-size : 11px;
	color : #999CA9;
}

A:hover
{
	font-family : Verdana, Arial, Helvetica, sans-serif ! important;
	font-size : 11px;
	color : #999CA9;
	text-decoration : underline;
}

P, TABLE, TD, UL, LI
{
	font-family : Verdana, Arial, Helvetica, sans-serif ! important;
	color : #333333 ! important;
	font-size : 11px ! important;
}

FORM, INPUT, TEXTAREA, SELECT
{
	font-family : Verdana, Arial, Helvetica, sans-serif ! important;
	color : #000000 ! important;
	font-size : 11px ! important;
}

H1, H2
{
	font-family : Arial, Helvetica, sans-serif ! important;
	font-weight: bold;
	color : #000000;
	font-size : 11pt;
	margin-bottom: -8px;
}
H3, H4, H5, H6
{
	font-family : Arial, Helvetica, sans-serif ! important;
	font-weight: bold;
	color : #000000;
	font-size : 8pt;
	margin-bottom: -3px;
}

/*----------------------  CLASSES  ---------------------------*/
.lightgrey{
	background-color: #D5D6DC;
}
.mediumgrey{
	background-color: #7D808E;	
}
.grey{
	background-color: #999CA9;
}
.darkgrey{
	background-color: #999CA9;	
}
.redborder{
	background-color: #FFF568;
}
.menuSelItem{
	color: #737373;
	background-color: #FFF568;
}
.menuSelItem A{
	color: #737373;
	text-decoration : none;
}
.menuItem{
	color: #FFFFFF;
}
.menuItem A{
	color: #FFFFFF;
	text-decoration : none;
}

.menuDot
{
	background-image : url(../images/white_dot.gif);
}

.pagination {margin-bottom: 20px;height: 22px;width: 660px;}
.pagination a 
{
	width: 24px;
	height: 22px;
	padding-top: 1px;
	line-height: 18px;
	text-align: center;
	border: solid 1px #CCCCCC;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 6px;
}
.pagination a.selected,.pagination a:hover 
{
	background: #CCCCCC;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
