﻿/* ELEMENTS */

body
{
	color: #666666;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	margin: 0;
	line-height: 1.75em;
}

p
{
	margin: 6px 0pt 18pt 0pt;
}

h1, h2, h3, h4
{
	color: #333333;
	margin: 18px 0pt 6pt 0pt;
	font-weight: bold;		
}

h1
{
	font-family: Georgia, "Times New Roman", Sans-Serif;
	font-size: 2.5em;
	font-weight: normal;		
	margin: 6px 0pt 18pt 0pt;
}

h2
{
	font-size: 1.5em;
}

h3
{
	font-size: 1.25em;
}


h4
{
	font-size: 1.25em;
	background-color: #f0f0f0;
	border-top: 1px solid #cccccc;
	padding: 2px 5px;
}

hr
{
    height: 1px;
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #CCCCCC;
}

a, a:link, a:visited
{
	color: #3366CC;
}

a:active, a:hover
{
	color: #FF9900;
}

ul
{
	list-style-type: square;
}

img
{
	border: 0;
}

input[readonly]
{
	color: #999999;
}

input, select
{
	font-size:1em;
}


.question
{
    font-size: 1.4em;
    font-weight: bold;
}

ul.help
{
    list-style: none;
    margin: 5px;
    padding: 5px;
}