body  {
	background-color : #666666;
}

.main  {
	font-family: Verdana, Arial, sans serif;
	font-size: 11px;
	color : #111111;
	text-decoration: none;
}

.header  {
	font-family: Verdana, Arial, sans serif;
	font-size: 20px;
	color : #373C4D;
	text-decoration: none;
}

.detaildesc  {
	font-family: Verdana, Arial, sans serif;
	font-size: 11px;
	color : #373C4D;
	text-decoration: none;
	background: #EEEEEE;
}

.select  {
	font-family: Verdana, Arial, sans serif;
	font-size: 11px;
	color: black;
	text-decoration: none;
}

a:link  {
	color : #666666;
	text-decoration: none;
}

a:active  {
	color : #333333;
	text-decoration: none;
}

a:visited  {
	color : #666666;
	text-decoration: none;
}

a:hover  {
	color : #222222;
	text-decoration: none;
	background: #BBC1C1;
}

/*	Left Column Navigation
	--------------------------------------------------------------- */

a.dark:link  {
	color : #ADADAD;
	text-decoration: none;
}

a.dark:active  {
	color : #ADADAD;
	text-decoration: none;
}

a.dark:visited  {
	color : #ADADAD;
	text-decoration: none;
}

a.dark:hover  {
	color : #FFFFFF;
	text-decoration: none;
	background: #848C9B;
}

/*	Crumbtrail Navigation
	--------------------------------------------------------------- */

.crumb  {
	font-family: Verdana, Arial, sans serif;
	font-size: 10px;
	color : black;
}

a.crumb:link  {
	color : black;
	font-size: 10px;
	text-decoration: none;
}

a.crumb:active  {
	color : black;
	text-decoration: none;
}

a.crumb:visited  {
	color : black;
	text-decoration: none;
}

a.crumb:hover  {
	color : black;
	text-decoration: none;
	background: #CCCCCC;
}
