﻿body 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	}

h1
	{
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}

h2
	{
	font-size: 13px;
	color: #CC0000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
	
h3
	{
	font-size: 11px;
	color: #CC0000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
h4
	{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}

a 
	{
	color: #333;
	text-decoration: none;
	}
	
a:hover 
	{
	color: #CC0000;
	text-decoration: underline;
	}

a.title {
	color: #CC0000;
	text-decoration: none;
}

a.title:hover{
	color: #333333;
	text-decoration: none;
}

a.adv{
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	font-size: small;
}

a.adv:hover{
font-weight: bold;
	color: #333;
	text-decoration: underline;
}

p.adv{
	color: #333;
	font-size: small;
}

		.underline {
		  text-decoration: underline;
		}

ul
	{
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
