/* CSS Document */
.type
{
	font-family: Arial, sans-serif; color: #000; font-size: 12px;
}

.footer
{
	font-family: Arial, sans-serif; color: #000; font-size: 10px;
}

.newsType
{
	font-family: Arial, sans-serif; color: #000; font-size: 12px;
}

.title
{
	font-family: Arial, sans-serif; color: #0083c7; font-size: 16px; font-weight: bold;
}

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

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

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

a:hover
{
	color:#ff0000; text-decoration:none;
}