/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #78AE02;
}

h2 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #00B6C7;
}

h3 {
	margin: 10px 0px;
	font-size: 14px;
}

h3 em {
	padding: 0px 10px 0px 6px;
	background: url(images/homepage12.gif) no-repeat left center;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535353;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 2em;
	text-align: justify;
}

.text1 {
	text-align: center;
	color: #BFE1FF;
}

.text1 a {
	text-align: center;
	color: #BFE1FF;
}

.text1 a:hover {
	text-align: center;
	color: #BFE1FF;
}

.text1 a:visited {
	text-align: center;
	color: #BFE1FF;
}

.toplist {
	text-align: center;
	margin-top: 20px;
}

/** LINKS */

a {
	color: #78AE02;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

.link {
  font-size: 110%;
	color: #00B6C7;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #55A6F5 url(images/homepage01.jpg) repeat-x left top; }
.bg2 { background: #FFFFFF; }

.bg3 { background: url(images/homepage04.jpg) no-repeat left top; }
.bg4 { background: url(images/homepage05.jpg) no-repeat left top; }
.bg5 { background: url(images/homepage06.jpg) no-repeat left top; }
.bg6 { background: url(images/homepage07.jpg) no-repeat left top; }
.bg7 { background: url(images/homepage08.jpg) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.banner {
  background-color: yellow;
  color: #FF1111;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  margin: 15px 0px 15px 0px;
  font-size: 16px;
}

.nodec {
  text-decoration: none;
}

