﻿/** BASIC */

body
{
	margin: 0px 10px 0px 10px;
	padding: 10px;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-weight: normal;
	color: #1D5065;
}

h3
{
	font-size: x-large;
	font-weight: bold;
	color: #000080;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 16px;
}

.text1 {
	margin-bottom: 18px;
	font-size: 14px;
	color: #5E7680;
}
.RedText
{
	color: #FF0000;
	font-weight: bold;
}
a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
.rss_item
{
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-width: thin;
	list-style: none;
	text-indent: 0em;
}

.rss_box
{
	padding: 4px;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
}

a.rss_item:link
{
	color: #FF0000;
	text-decoration: underline;
}
a.rss_item:visited
{
	color: #FF0000;
	text-decoration: underline;
}
a.rss_item:hover
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

ul {
list-style: none;
margin-left: 0;
padding-left: 1em;
text-indent: -1em;
}
.text2
{
	color: #FFFFFF;
	font-weight: bold;
}
.text3
{
	font-size: x-large;
	font-weight: bold;
	color: #000080;
}

.text4
{
	font-weight: normal;
	color: #000000;
	font-size: medium;
	text-decoration: underline;
}
img
{
	border-style: none;
}
