/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #2E2F29 url(/images/homepage01.jpg) repeat-x left top;
}

/** FORMS */

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

.input1, form input, form select, form submit, form option, form textarea, form checkbox {
	font-size: 10px;
	color: #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #1E1E1B;
	border-bottom: 1px solid #494B43;
	border-left: 1px solid #1E1E1B;
	background-color: #CCCCCC;
	padding-left: 2px;
}

.input2 {
	float: right;
}

/** HEADINGS */

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

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C4C7B9;
}

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

.text1 {
	color: #FFFFFF;
}

.text2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.text3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/** LINKS */

a {
	color: #FF0000;
}

a:hover {
	text-decoration: none;
	/** color: #FF7200; */
 }

a.link1 {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	color: #FFFFFF;
	text-decoration: none;
	
}

a.link2:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
	font-size: 10px;
	color: #C4C7B9;
}

.style1 a {
	color: #FFFFFF;
}

.style1 a:hover {
}

.style2 {
	text-align: center;
	color: #C4C7B9;
}

.style2 a {
	color: #C4C7B9;
}

.style2 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(/images/homepage04.jpg) repeat-y left top;
}

.bg2 {
	background: url(/images/homepage05.jpg) no-repeat left bottom;
}

.bg3 {
	background: url(/images/homepage08.jpg) no-repeat left top;
}

.bg4 {
	background: url(/images/homepage09.jpg) no-repeat left top;
}

.bg5 {
	background: url(/images/homepage13.jpg) no-repeat left top;
}

.bg6 {
	background: url(/images/homepage20.jpg) no-repeat left top;
}

.bg7 {
	background: url(/images/subpage2_03.jpg) repeat-y left top;
}

.bg8 {
	background: url(/images/subpage2_04.jpg) no-repeat left bottom;
}

/** 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;
}

.imgborderR{
	border:1px solid #777777;
	margin: 5px 0px 5px 5px;
}
.imgborderL{
	border:1px solid #777777;
	margin: 5px 5px 2px 0px;
}

/* news hack for front page */

.serendipity_entry_body img, .newsblurb img { 
	border:1px solid #777777;
	margin: 5px 9px 3px 3px;
}

.serendipity_entry_extended img { 
	border:1px solid #777777;
	margin: 5px 5px 5px 5px;
}

.serendipity_entryFooter {
	margin: -1px 0px 30px 0px;
	font-size: 10px;
}

.serendipity_date {
	font-size: 11px;
	color: #999999;
	font-style: normal;
}

.serendipity_title {
	font-size: 13px;
	text-decoration: none;
}
