/** BASIC */

body {
	margin: 25px 0px 0px 100px;
	padding: 0px;
	background-color: #fff;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin:0px 0px 0px 25px;
}

h6 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin:0px 0px 0px 25px;
}

h2, h3, h4, h5 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

p, blockquote, ol, dl {
	margin-top: 0px;
	color: #000000;
}

ul {	
	margin:0px 0px 0px 15px;
	padding:2px 0px 10px 0px;
	list-style-type: circle;
}

li {		
	padding:0px 0px 0px 0px;
}

.text1 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.text2 {
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #808080;
}

.text3 {
	text-align: right;
	font-size: 11px;
	font-weight: normal;
	color: #808080;
}

/** LINKS */

a {
	text-decoration: none;
	color: #143D8D;
}

a:hover {
	text-decoration: underline;
	color: #C0C0C0;
}

a.link1 {
	font-size: 14px;
	font-weight: bold;
	color: #143D8D;
}

a.link1:hover{
	color: #C0C0C0;
}

a.link2 {
	font-size: 10px;
	color: #143D8D;
}

/** 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;
}

#border {			
	background: #ffffff;
	padding: 0px;
	text-align: left;
	border: 15px solid #ffffff;
	width: 619px;
	}

#menuTD {		
	height: 21px;
	text-align: center; 	
	vertical-align: bottom;
	}
#menuTD a {		
	display: block;
	padding: 5px 0px 5px 0px;
	border: 1px solid #ffffff;
	width: 98%;
	}
#menuTD a:hover {	
	border: 1px solid #C0C0C0;
	text-decoration: none;
	}