﻿* {
	margin: 0;
	padding: 0;
}

body{
	background-color: #CCD2D8;
	/*background-image:url(img/back.jpg);*/
	background-repeat:no-repeat;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}

h1, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	margin-bottom: 1em;
	font-size: 100%;
	color: #000000;
}
hr 
{
	color:#d8d8d8;
	background-color:#EEEEEE;
	border:none;
	height:1px;
	margin:5px 0 5px 0;
}
 ul, ol {
	margin-bottom: 1.2em;
	line-height: 1.4em;
}
p {
	margin-bottom: 1em;
	line-height: 1.2em;
	text-indent:30px;
}
td 
{
	padding:0;
	margin:0;
}

ol {
}

ul {
	list-style: none;
}

ul li {
	padding-left: 15px;
	background: url(img/bullet.bmp) no-repeat;
}

a:link , a:visited{
	color: #3490F8;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #F89934;
}
a img
{
		border: none;
}

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;
}
.f12 {
font-size:12px;
}