﻿* {
	margin: 0;
	padding: 0;
}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color:#41A5E1;
	background-image:url(../../img/bg.jpg);
	background-repeat:repeat-x;
}
h1, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 130%;
}

h3 {
	margin-bottom: 1em;
	font-size: 120%;
	color: #000000;
}
hr 
{
	color:#EEEEEE;
	background-color:#EEEEEE;
	border:none;
	height:1px;
	margin:5px 0 5px 0;
}
 ul, ol {
	margin-bottom: 1.2em;
	line-height: 1.4em;
}
li {list-style:none;}
p 
{
	margin-top:3px;
	margin-bottom: 1em;
	line-height: 1.2em;
	text-indent:10px;
}
p * {
	text-indent:0px;
}

body a:link , a:visited{
	color: #3490F8;
	text-decoration: none;
}

body a:hover, a:active {
	text-decoration: none;
	color: #F89934;
}

img {
	border: none;
}
.buttonblue 
{
	background-color:#37ABC8;
	color:#FFFFFF;
	font-weight:bold;
	border:dotted 1px #37ABC8;
	height:30px;
}
.buttongreen
{
	background-color:#00A000;
	color:#FFFFFF;
	font-weight:bold;
	border:dotted 1px #37ABC8;
	height:30px;
}
.tc{text-align:center;}
.f8 {
font-size:8px;
}
.f9 {
font-size:9px;
}
.f10 {
font-size:10px;
}
.f12 {
font-size:12px;
}
.f14 {
font-size:14px;
}
.f16 {
font-size:16px;
}
.f20 {
font-size:20px;
}
.f24 {
font-size:24px;
}