﻿/******************
HTML TAGS
******************/
*
{
	padding: 0;
	margin: 0;
}

html, body
{
	height: 100%;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #FFFFFF;
}

body
{
	background: url(Images/Bg-Body.jpg) #000000 fixed no-repeat;
	background-color: #000000;
}

fieldset
{
	margin: 5px auto 10px auto;
	padding: 15px;
	border: 1px solid #333333;
 
}

legend
{
	font-family: Arial, Sans-Serif;
	font-size: 1.3em;
	padding: 0.5em;
	color: #FFFFFF; /*#DD4D15*/
	border: 1px dotted #666666;
	font-weight: bold;
	margin-bottom: 15px;
}

p
{
	margin: 5px auto 10px auto;
}

ul
{
	padding-left: 15px;
	margin: 5px 5px 10px 15px;
	list-style-type: none;
	list-style-image: url(images/Bullet-A.gif);
	list-style-position: outside;
	vertical-align: middle;
	display: inline-block;
}

li
{
	padding: 0px 0px 3px 5px;
}

ol
{
	margin: 5px 10px 5px 20px;
	padding-left: 20px;
	list-style-type: decimal;
	list-style-position: outside;
	vertical-align: middle;
	line-height: 22px;
}

/******************
MAIN LINKS
******************/

a:link
{
	color: #FF9900;
	text-decoration: none;
}

a:visited
{
	color: #FF9900;
	text-decoration: none;
}

a:hover
{
	color: #FFFF00;
	text-decoration: underline;
}

a:active
{
	color: #FF9900;
	text-decoration: none;
}

/******************
HEADINGS
******************/

h1, h2, h3, .noteContainer h3
{
	font-family: Arial, Sans-Serif;
	font-weight: bold;
}

h1
{
	font-size: 1.6em;
	line-height: 1.6;
	color: #F40000;
	padding-bottom: 0.5em; /*color: #DD4D15;*/
}

h2
{
	font-size: 1.4em;
	line-height: 1.4em;
	padding-bottom: 0.5em; /*
	color: #F40000;*/
	color: #FFFFFF;
}

h3, .noteContainer h3
{
	font-size: 1.3em;
	line-height: 1.3333333;
	color: #E80000;
	margin: 0;
}

h4
{
	font-size: 1.1em;
	line-height: 1.2727273;
	margin: 0;
}

h5
{
	font-size: 1em;
	line-height: 1.2;
	margin: 0;
}
