/* Default CSS Stylesheet for a new Web Application project */


/***************************/
/* MENU associated styles */
/***************************/


div.menu a {
color: #FFFFFF;
background: none;
text-decoration:none;
font-size: 8pt;
line-height:20px;
font-family: Arial, Helvetica, sans-serif;
padding: 0px;
font-weight: none;
}

div.menu a:link {
color: #CCCCCC;
background: none;
}

div.menu a:active {
color: #CCCCCC;
background: none;
}

div.menu a:visited {
color: #CCCCCC;
background: none;
}

div.menu a:hover {
color: #FFFFFF;
}
.complink:link {
	color: #F58220;
	font-family: arial;
	font-size: 12px;
}
.complink:visited {
	color: #F58220;
	font-family: arial;
	font: Arial;
}
.complink:hover {
	color: #666;
	font-family: arial;
	font-size: 12px;
}
.complink:active {
	color: #F58220;
	font-family: arial;
	font-size: 12px;
}
.smalltype {
	color: #ccc;
	text-decoration:none;
	font-size:9px;
	line-height: 20px;
	font-family: Arial;
	font-weight: none;
	padding-left: 0px;
	text-align: center;
}

