/** BASIC */

body {
	margin: 48px 0px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2f4f4f;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
}

.text1 {
	font-size: 11px;
	font-weight: bold;
	color: #455162;
}

.text11 {
	font-size: 14px;
	font-weight: bold;
	color: #2f4f4f;
}

.text2 {
	font-size: 13px;
	font-weight: bold;
	color: #5A7619;
}

.text3 {
	text-align: center;
	font-size: 9px;
	color: #B6B6B6;
}

/** LINKS */

a {
	text-decoration: none;
	color: #2D58CF;
}

a:hover {
	text-decoration: underline;
}

a.link1 {
	font-weight: bold;
	color: #424242;
}

a.link2 {
	font-size: 15px;
	color: #2D58CF;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage17.gif) repeat-y;
}

.bg2 {
	background: url(images/subpage02.gif) repeat-y;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin: 2px 15px 0px 0px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

