/*BASIC */

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

/*FORMS */

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

.input1 {
	border: 1px solid #596A6C;
}

/*HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #411E6E;
	z-index:1;
}

h1 {
font-size: 150%;
}

h2 {
font-size: 120%;
}

/*TEXTS */

body, tr, th, td, input, textarea, select {
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

.headerText {
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #efe;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;	
}

.sidebar {
	font-size: 9px;
	color: #666;
}

.text1 {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #93A4A5;
}

.text2 {
	text-align: right;
}

.text3 {
	text-align: center;
	color: #D4E0E2;
}

/*LINKS */

a {
	text-decoration: none;
	color: #411E6E;
}

a:hover {
	text-decoration: none;
	color: #eeeeff;
	background-color:#411E6E;
}

.link1 {
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}

/*STYLES */

.style1 {
	text-align: center;
	line-height: 14.5px;
	color: #FFFFFF;
}

.style1 a {
	color: #FFFFFF;
}

.style1 a:hover {
}

/*BACKGROUNDS */

.bg1 { background: url(images/homepage01.gif) repeat-x left top; }
.bg2 { background: url(images/homepage16.gif) repeat-x left bottom; }
.bg3 { background: url(images/homepage17.gif) repeat-y left top; }
.bg4 { background: url(images/homepage25.gif) repeat-y left top; }
.bg5 { background: url(images/homepage33.gif) repeat-y left top; }
.bg6 { background: url(images/homepage34.gif) repeat-x left top; }

/*MISC */

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

img { border: none; }

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

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

/hr { display: none; } /

.hr1 {
	clear: both;
	height: 0.5px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	background: url(images/homepage21.gif) repeat-x left center;
}

#contentBox {
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #557;
	border-bottom:1px solid #557;
	padding: 2px;
	margin: 3px;
	}


/*table */

#rowTop {
	font-weight:bold;
	background-color: #C1CEDE;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #557;
	border-bottom:1px solid #557;
	padding: 5px;
	margin: 3px;
	}
	
#rowOdd {
	background-color: #eef;
	border-top:1px solid #fff;
	border-left:1px solid #999;
	border-right:1px solid #557;
	border-bottom:1px solid #557;
	padding: 5px;
	margin: 3px;
	}
	
#rowEven {
	background-color: #ddf;
	border-top:1px solid #fff;
	border-left:1px solid #999;
	border-right:2px solid #557;
	border-bottom:2px solid #557;
	padding: 5px;
	margin: 3px;
	}
