.TODO
{
	background-color: #FF0;
}

*
{

}

body #Content, body #Content div , body #Content p, body #Content th, body #Content td, body #Content li, body #Content dd,body #Content blockquote,
body #Footer, body #Footer div , body #Footer p, body #Footer th, body #Footer td, body #Footer li, body #Footer dd,body #Footer blockquote,
body #HomeContent, body #HomeContent div , body #HomeContent p, body #HomeContent th, body #HomeContent td, body #HomeContent li, body #HomeContent dd,body #HomeContent blockquote
{
	font-size:	11px;
}

html, body, form, fieldset
{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Helvetica, Verdana, Geneva, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address
{
        margin: 0;
        padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Trebuchet MS", Helvetica, Tahoma, Verdana, Geneva, sans-serif;
}

h1
{
	font-size: 1.7em;
	line-height: 1.5em;
	border-bottom: 1px solid #A13142;
	margin-bottom: 1em;
}

h2
{
	font-size: 1.5em;
	line-height: 1.5em;
	margin-top: .75em;
	margin-bottom: .5em;
}

h3
{
	font-size: 1.3em;
	line-height: 1.3em;
	margin-top: .75em;
	margin-bottom: .5em;
}

h4
{
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: .5em;
	margin-bottom: .5em;
}

p
{
	font-size: 1em;
	line-height: 1.5em;
	margin-top: .5em;
	margin-bottom: 1em;	
}

ul, ol
{
	font-size: 1em;
	line-height: 1.5em;
	margin-top: .5em;
	margin-bottom: 1em;	
	margin-left: 2em;
}

blockquote
{
	font-size: 1em;
	line-height: 1.5em;
	margin-top: .5em;
	margin-bottom: 1em;	
	margin-left: 2em;
}

ul ul,
ol ol
{
	margin-top: 0em;
	margin-bottom: 0em;	
}

dl
{
	font-size: 1em;
	line-height: 1.5em;
	margin-top: .5em;
	margin-bottom: 1em;	
}

dl dt
{
	font-weight: bold;
}

dl dd
{
	margin-top: .5em;
	margin-bottom: 1em;	
	margin-left: .5em;
}

/* =basic styles
----------------------------------------------*/
a, 
a:link,
a:visited,
a:hover,
a:active
{
	color: #0053A0;
	text-decoration: underline;
}


body
{
	background-color: #C6D9EA;
	text-align: center;
}

table.form
{
}

table.form td,
table.form th
{
	vertical-align: top;
}

table.form td.bot,
table.form th.bot
{
	vertical-align: bottom;
}


table.split
{
	width: 100%;
}

table.split td.l
{
	width: 50%;
	text-align: left;
}

table.split td.r
{
	width: 50%;
	text-align: right;
}

table.contact
{

}

table.contact td
{
	padding: 5px;
}

table
{
}

table tr th
{
	font-weight: bold;
	text-align: center;
}

table tr th.r
{
	text-align: right;
}

table tr th.l
{
	text-align: left;
}

table.borderb tr th
{
	border-bottom: 1px solid #000;
	
}

table.borderb tr td
{
	border-bottom: 1px solid #CCC;
}

table.rates
{
	text-align: center;
}

table.rates tr th
{
	background-color: #EFEFEF;
	padding: 2px;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}

.big
{
	font-size: 1.1em;
}

.bigger
{
	font-size: 1.2em;
}

.biggest
{
	font-size: 1.3em;
}

.small
{
	font-size: 0.9em;
}

.smaller
{
	font-size: 0.8em;
}

.smallest
{
	font-size: 0.7em;
}

span.hint
{
	font-size: 0.9em;
	color: #333;
	font-style: italic;	
}

.gray
{
	color: #999;
}