﻿*
{
	margin: 0;
	padding: 0;
}

/***********************/
/***   ELEMENTS    *****/
/***********************/

html
{
	background: #0a2035;
}

body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	display: table;
	background: #0a2035 url(../images/bd_bg.jpg) repeat-x top;
	color: #37b2f8;
}

a
{
	color: #1dd678;
	text-decoration: none;
}

a:hover
{
	color: #18ac61;
	text-decoration: none;
}

p
{
	font-family: Arial;
	font-size: 12px;
	color: #9bcdff;
	text-align: justify;
	margin: 15px 0 0 0;
	padding: 0;
}

h1, h2, h3, h4
{
	font-weight: normal;
}

h1
{
	width: 100%;
	height: 15px;
	color: #62c2ff;
	background: url(../images/title_line.jpg) bottom repeat-x;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0 0 0;
	padding: 0 0 15px 0;
}


h2
{
	font-size: 12px;
	color: #62c2ff;
	padding-top: 10px;
	font-weight: bold;
}

h3
{
	padding-top: 16px;
	padding-bottom: 16px;
	color: #951d1e;
	font-size: 190%;
}

h4
{
	font-size: 11px;
	color: #62c2ff;
	font-weight: bold;
}

h6
{
	font-size: 10pt;
	color: #951d1e;
}


/***********************/
/***    CLASSS     *****/
/***********************/

.clear
{
	clear: both;
	background-color: #FFFFFF;
}

.clearwithheight
{
	clear: both;
	height: 1px;
}

.hidden
{
	display: none;
}

.bold
{
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
}

.label
{
	color: #37b2f8;
	font-family: Tahoma;
	float: left;
}

.textfield
{
	width: 77px;
	height: 14px;
	background: url(../images/textbox.gif) no-repeat;
	border: none;
	color: #0f62b1;
	font-family: Tahoma;
	font-size: 11px;
	margin: 0 5px 0 0;
	padding: 5px 5px;
}

.button
{
	background: url(../images/button.jpg) no-repeat;
	border: none;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	width: 47px;
	color: #fff;
	margin: 0;
	padding: 0;
}

.LeftTop
{
}

.LeftMiddle
{
}

.LeftBottom
{
}

.MiddleTop
{
}

.MiddleMiddle
{
}

.MiddleBottom
{
}

.RightTop
{
}

.RightMiddle
{
}

.RightBottom
{
}