/*
 * Text
 */	
h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1
{
	font-size: 26px;
	line-height: 32px;
	color: #1f357e;
}

h2
{
	font-size: 20px;
	line-height: 26px;
	color: #666;
}
 
p, a, ul, ol, th, td, form, fieldset, label, input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

p.Error
{
	background: url(../media/img/error.gif) no-repeat top left;
	color: #EF3E00;
	margin-bottom: 20px;
	padding-left: 23px;
}

a:hover
{
	color: #333;
}

/*
 * Inline images
 */
img.ImgLeft
{
	 margin: 0 10px 10px 0;
	 float: left;
}

img.ImgRight
{
	margin: 0 0 10px 10px;
	float: right;
}

