/** 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: black;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
}

.text1 {
	font-size: 11px;
	font-weight: bold;
	color: #860463;
}

.text2 {
	font-size: 11px;
	font-weight: bold;
	color: #860463;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color: #860463;
}

.ReadMore a
{
	color: #e55300;
}


.text3 {
	text-align: center;
	font-size: 9px;
	color: #860463;
}

/** LINKS */

a {
	text-decoration: none;
	color: #860463;
}

a:hover {
	text-decoration: underline;
}

a.link1 {
	font-weight: bold;
	color: #860463;
}

a.link1Selected {
	font-weight: bold;
	color: #860463;
	text-decoration: underline;
}

a.link2 {
	font-size: 10px;
	color: #860463;
}

.address {
	text-align: center;
	font-size: 10px;
	color: #000000;
	line-height: 20px;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/three_column_dividers.gif) repeat-y;
}

.bg2 {
	background: url(images/two_column_dividers.gif) repeat-y;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin: 2px 15px 0px 0px;
}

.BoxedImage {
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	margin: 4px;
	padding: 2px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

