/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-position:center;
	background-image:URL('../images/background.gif');
	background-color:#000000;
	width:100%;
	background-repeat:repeat-y;
}

/** FORMS */

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

/** HEADINGS */

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



/** TEXTS */

body, th, td, input, textarea, select {
	/*font: 13px 'Helvetica Neue LT Std', 'Helvetica Neue', 'Corbel', 'Calibri', 'Trebuchet MS', 'Lucida Grande', Helvetica, Arial, sans-serif;*/
	color: #280000 ;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	font: 13px 'Helvetica Neue LT Std', 'Helvetica Neue', 'Corbel', 'Calibri', 'Trebuchet MS', 'Lucida Grande', Helvetica, Arial, sans-serif;
	color: #280000;
	
}

.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.ul1 li {
	display: inline;
}

.ul1 a {
	display: block;
	height: 17px;
	margin-bottom: 1px;
	padding: 3px 0px 0px 20px;
	background: #F3F3F3 url(images/homepage29.gif) no-repeat;
	font-weight: bold;
	color: black;
}

.text1 {
	font-size: 10px;
	font-weight: normal;
	color: #7D0000;
}

/** LINKS */

a {
	color: #7D0000;
	cursor:pointer;
}

a:hover {
	text-decoration: none;
	cursor:pointer;
}

a.link1 {
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	cursor:pointer;
}

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

a.link2 {
}

/** STYLES */

.style1 {
	text-align: center;
	color: #FFFFFF;
}

.style1 a {
	color: #CFC7A8;
	cursor:pointer;
}

.style1 a:hover {
	cursor:pointer;
}

/** BACKGROUNDS */

.bg1 {
	background-color: #FFFFFF;
}

.bg1 a {
	cursor:pointer;
}

.bg2 {
	background: #e97c7a url(images/homepage10.gif) repeat-x;
}

.bg3 {
	background: url(images/homepage17.gif) repeat-x left bottom;
}

.bg4 {
	background: url(images/homepage22.gif) repeat-x left top;
}
/*
.bg5 {
	background: url(images/homepage25.jpg) no-repeat;
}*/

.bg6 {
	background: #FFFFFF url(images/homepage10.gif) repeat-x;
}

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

