html,body
{
	margin:0;
	padding:0;
	min-height:100%;
	height:100%;
}

html
{
	margin-bottom: 1px;
	overflow-y: scroll;
}

body
{
	font-family:arial, helvetica, san-serif;
	font-size:10pt;
	color:black;
}

#container
{
	margin:auto;
	min-height:100%;
	position:relative;
	width:970px;
}

#body
{
	padding-bottom:130px;	/* Height of the footer */
	width:970px;
	margin:auto;
	height:auto;
	margin-top:0px;
	padding-top:0px;
}

A:link
{
	COLOR: rgb(0,102,153);
}

.link
{
	font-size:12pt;
	font-weight:bold;
	COLOR: rgb(0,102,153);
	text-decoration:underline;
	cursor:pointer;
}

A:active
{
	COLOR: rgb(0,102,153);
}

A:visited
{
	COLOR: rgb(0,102,153);
}

TABLE
{
	FONT-SIZE:10pt;
	FONT-FAMILY: arial;
}

H1
{
	font-size:26pt;
	COLOR: rgb(100,170,200);
	letter-spacing:1px;
}

H2
{
	font-size:18pt;
	COLOR: rgb(0,0,0);
}

H3
{
	font-size:12pt;
	COLOR: rgb(0,0,0);
}

H4
{
	font-size:10pt;
	COLOR: rgb(0,102,153);
}

.H1
{
	font-size:22pt;
	margin:0;
	padding:0;
	COLOR: rgb(0,0,0);
	letter-spacing:1px;
	font-weight:bold;
}

.H2
{
	font-size:14pt;
	margin:0;
	padding:0;
	COLOR: rgb(0,0,0);
	font-weight:bold;
}

.H3
{
	font-size:12pt;
	margin:0;
	padding:0;
	COLOR: rgb(0,0,0);
	font-weight:bold;
}

.H4
{
	font-size:10pt;
	margin:0;
	padding:0;
	COLOR: rgb(0,102,153);
	font-weight:bold;
}

.header
{
	color:RGB(0,0,0);
}

.subheader
{
	font-size:12pt;
	color:RGB(0,0,0);
	font-weight:bold;
}

.label
{
	font-size:10pt;
	color:RGB(0,0,0);
	font-weight:bold;
}

.tbllabel
{
	font-size:10pt;
	color:RGB(0,0,0);
	font-weight:bold;
}

.message
{
	font-size:10pt;
	color:RGB(153,0,0);
	font-weight:bold;
}

.navigation
{
	color:RGB(0,102,153);
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
}

.smalltext
{
	font-size:9pt;
}

.smalltext2
{
	font-size:8pt;
}

.button
{
	font-size:10pt;
	color:RGB(255,255,255);
	background-color:RGB(100,170,200);
	font-weight:bold;
	cursor:pointer;
	border:2px solid rgb(0,102,153);
}

.new
{
	background-color:rgb(255,255,153);
}

.tip
{
	font-family:arial;
	font-style:italic;
	font-size:9pt;
}

.fancy
{
	font-family:arial;
	font-size:12pt;
	color:RGB(0,0,0);
	font-style:italic;
}

.tagline
{
	font-family:arial;
	font-size:11pt;
	font-weight:bold;
	color:white;
	padding-left:50px;
}

.secondary
{
	font-size:8pt;
	color:RGB(153,153,153);
	font-style:italic;
}

.error
{
	color:rgb(0,102,204);
	font-weight:bold;
}

.similarbar
{
	background-color:RGB(0,102,153);
	background-image:url(images/similar_bg.jpg);
	color:White;
	font-weight:bold;
	font-size:12pt;
	border-top:1px solid black;
	border-bottom:1px solid black;
}

.example
{
	font-size:9pt;
	font-style:italic;
	color:RGB(102,102,102);
}

.item
{
	font-size:12pt;
	font-weight:bold;
}

.blue
{
	color:rgb(0,102,153);
}

.H3
{
	font-weight:bold;
	font-size:12pt;
	COLOR: rgb(0,0,0);
}

.hint
{
	font-size:9pt;
	color:RGB(153,153,153);
}

.hint2
{
	font-size:8pt;
	color:RGB(153,153,153);
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

#clear
{
	clear:both;
}
