/** BASIC */

body {
	margin: 0px 50px 50px 50px;
	padding: 20px;
	background-color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-size: 12px;
	color: #CC3300;
}

h3, h4, h5, h6 {
	margin: 0px;
	font-size: 12px;
	color: #000000;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
}

p1, blockquote, ul, ol, dl {
	margin-top: 0px;
}

.text1 {
	font-size: 13px;
	font-weight: bold;
	color: #CC3300;
}

.text2 {
	font-size: 13px;
	color: #0000FF;
}

.text3 {
	text-align: center;
	font-size: 13px;
	color: #B6B6B6;
}

/** LINKS */

a {
	text-decoration: underline;
	color: #CC3300;
}

a:hover {
	text-decoration: underline;
}

a.link1 {
	font-weight: bold;
	color: #CC3300;
}

a.link2 {
	font-size: 13px;
	color: #CC3300;
}
