/* Default CSS Stylesheet for a new Web Application project */

A:link
{
	
	font-family: Arial;
	text-decoration: none;
}

A:visited
{
	font-family: Arial, Verdana;
	text-decoration: none;
}

A:hover
{
	font-family: Arial, Verdana;
	text-decoration: none;

}
.overview_bluetext
{
	font-weight: bold;
	font-size: 9pt;
	color: #004578;
	font-family: Arial, Verdana;
	text-decoration: none;
}
.overview_text
{
	font-size:8pt;
	color: black;
	font-family: Arial, Verdana;
	text-decoration: none;
}
.overview_redtext
{
	font-size: 8pt;
	color: #d50018;
	font-style: italic;
	font-family: Arial, Verdana;
	text-decoration: none;
}
.overview_soldout
{
	font-size: 8pt;
	color: #d50018;
	font-family: Arial, Verdana;
	text-decoration: none;
}
.overview_heading
{
	font-weight:bold;
	font-size: 9pt;
	color: black;
	font-family: Arial, Verdana;
	text-decoration: none;
}
.news_bluetext
{
	font-size: 8pt;
	color: #004578;
	font-family: Arial, Verdana;
}

