﻿body
{
	margin-top: 10px;
	font-family: verdana, Arial, Sans-Serif;
	font-size: x-small;
	color: #666666;
}

table
{
	font-size: x-small;
}

#hstrip
{
	background-image: url(images/header_strip.gif);
	background-repeat: repeat-x;
}

#main
{
	border: 1px solid #666666;
	border-top: 3px solid #666666;
	font-size: x-small;
}

#topmenu
{
	background-color: #797979;
	color: #fff;
	font-weight: bold;
	font-family: verdana, Arial, Sans-Serif;
}

.darkgrey
{
	background-color: #797979;
}

#topmenu a
{
	background-color: #797979;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#homearea
{
	background-image: url(images/header_blue.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

h1
{
	font-size: medium;
	font-weight: normal;
	color: #00a8ec;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2
{
	font-size: small;
	font-weight: normal;
	color: #00a8ec;	
}

.boxheader
{
	padding: 10px;
	background-color: #00A5EB;
	color: #fff;
	font-weight: bold;
}

.boxcontent
{
	background-color: #eaeaea;
	padding: 10px;
}

.header
{
	border-bottom: 1px dashed #eaeaea;
}

#content
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.menu1
{
	background-color: #666;
	color: #fff;
	padding: 5px;
	border: 1px solid #fff;
	text-decoration: none;
}

.menu1 a
{
	color: #fff;
	text-decoration: none;
}

.menu2
{
	background-color: #eaeaea;
	color: #666;
	padding: 5px;
	border: 1px solid #fff;
}

.menu2 a
{
	color: #666;
	text-decoration: none;
}

.arrow
{
	border: 1px solid #fff;
}

.sidebar
{
	font-family: Verdana;
	font-size: x-small;
}

a
{
	color: #00a8ec;
	text-decoration: underline;
}

.footer
{
	font-size: xx-small;
}

#side
{
	padding-bottom: 10px;
}

.right
{
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
}