/** BASIC */

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

/** FORMS */

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

/** HEADINGS */

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

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

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

.text1 {
	text-align: center;
	color: #cc9966;
	background-color: transparent;
}

.text2 {
	text-transform: lowercase;
	font: normal 32px Georgia, "Times New Roman", Times, serif;
	color: #660066;
	background-color: transparent;
}

.text3 {
	font-size: 11px;
	font-weight: bold;
}

.text4 {
	text-transform: lowercase;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #660000;
	background-color: transparent;
}

.text5 {
	text-transform: lowercase;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	color: #660000;
	background-color: transparent;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

/** LINKS */

#menu a:link, #menu a:visited, #menu a:active {
	text-transform: lowercase;
	text-decoration: none;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #660000;
	background-color:transparent;
	font-weight:400;
}

#menu a:hover {
	text-decoration: none;
	color:#FFFFCC;
	background-color: transparent;
}



#content a, #content a:link, #content a:visited, #content a:active {
color:#660000;
background-color: transparent;
text-transform:lowercase;
font: normal 13px Georgia, "Times New Roman", Times, serif;
text-decoration:underline;
font-weight:bold;
}

#content a:hover {
text-decoration:none;
}



/** BACKGROUNDS */

.bg1 { background: #500050 url(images/homepage01.jpg) repeat-x left top; }
.bg2 { background: url(images/subpage02.jpg) repeat-y left top; }
.bg3 { background: url(images/homepage07.jpg) no-repeat left top; }
.bg4 { background: url(images/homepage08.jpg) no-repeat left top; }
.bg5 { background: url(images/subpage03.jpg) no-repeat left bottom; }
.bg6 { background: url(images/subpage01.jpg) no-repeat left top; }
.bg7 { background: url(images/homepage11.jpg) no-repeat left top; }

/** MISC */

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

img { border: none; }

.caption{
float: right;
width: 150px;
margin: 3px 0px 0px 15px;
}
div.caption img { 	
border: 4px solid #ccc;
	padding:1px;}
div.caption p { 
margin-top: 0; 
font-size: 10px;
 }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
	border: 4px solid #ccc;
	padding:1px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
	border: 4px solid #ccc;
	padding:1px;
}

.img3 {
	margin: 3px 0px 0px 3px;
	border: 4px solid #ccc;
	padding:1px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}
