/** BASIC */
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #9f84bd;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.select1 {
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */
/*, input, textarea, select*/
body, th, td  {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}


.htable 
{
	height: 100%;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 130%;
}

.ul1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.ul1 li {
	display: inline;
}

.ul1 a {
	display: block;
	width: 159px;
	height: 21px;
	padding: 4px 0px 0px 27px;
	background: url(../Images/Background/bg08.jpg) no-repeat left top;
}

.text1 {
	font-weight: bold;
	color: #7F3D97;
}

.text2 {
	font-size: 13px;
	font-weight: bold;
	color: #7F3D97;
}

.text3 {
	font-size: 10px;
	font-weight: bold;
}

.text4 {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #908F8F;
}

.text5 {
	font-size: 24px;
	color: #7F3D97;
}

.text6 {
	font-size: 10px;
}

/** LINKS */

a {
	color: #339900;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	font-size: 11px;
	font-weight: normal;
	color: #7F3D97;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #CCCCCC url(../Images/Background/bg01.jpg) repeat-y center top; }
.bg2 { background: url(../Images/Background/bg02.jpg) no-repeat left top; }
.bg3 { background: url(../Images/Background/bg05.jpg) no-repeat left top; }
.bg4 { background: url(../Images/Background/bg06.jpg) no-repeat left top; }

.bg5 { background: url(../Images/Background/bg07.jpg) no-repeat left top; }
.bg6 { background: url(../images/bg10.jpg) no-repeat left top; }

.bg7 { background: url(../images/homepage17.jpg) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin-bottom: 0px;
	background: url(../images/subpage1_01.gif) repeat-x left top;
}

