﻿a, abbr, acronym, address, blockquote, body, button, caption, cite, code, dd, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, img, label, legend, li, object, ol, optgroup, option, p, pre, select, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, ul
{
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

body
{
	padding: 0px;
	margin: 6px;
	text-align: center;
	background-color: #E4E9EF;
}

body, table, input, textarea
{
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}

p
{
	margin: 1em 0px 1em 0px;
	text-align: justify;
}

h1
{
	padding: 0px;
	margin: 10px 0px 20px 0px;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}

.nobottom
{
	margin-bottom: 1px;
}

h2
{
	padding: 0px;
	margin: 10px 0px 10px 0px;
	font-size: 14px;
	text-align: left;
}

h3
{
	padding: 0px;
	margin: 10px 0px 1px 0px;
	font-size: 14px;
	text-align: left;
	font-style: italic;
}

a
{
	text-decoration: underline;
	color: #0066B2;
}

a:hover
{
	color: #EC0000;
}

img
{
	border-style: none;
	border-width: 0px;
}

.center
{
	text-align: center !important;
}

.right
{
	text-align: right !important;
}

.cleaner
{
	clear: both;
}

.flash
{
	border-style: solid;
	border-width: 1px;
	margin: 1px;
	padding: 10px;
	font-weight: bold;
}

.info
{
	border-color: #009933;
	background-color: #88E188;
}

.error
{
	border-color: #CC0000;
	background-color: #FFB3B3;
}

.navigator
{
	margin: 10px 0px 25px 0px;
}

.navigator a.previous
{
	float: left;
}

.navigator a.next
{
	float: right;
}

