/** BASIC */

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

/** FORMS */

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

/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:400px;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
/*border:solid 2px #b7ddf2;
//background:#ebf4fb;*/
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
color:#000000;
}
#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
color:#000000;
}
#stylized input.text{
color:#000000;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

/** HEADINGS */

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

/** TEXTS */

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

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

.text1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

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

.text3 {
	padding: 2px 10px;
	background: url(images/homepage17.gif) repeat-x left top;
	font-style: normal;
	color: #000000;
}

.text4 {
	text-align: center;
	color: #939393;
}

.text5 {
	padding: 2px 10px;
	background: url(images/homepage17.gif) repeat-x left top;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

.text6 {
	margin-left: 75px;
}

/** LISTS */

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

.list1 li {
	padding: 10px 0px 10px 0px;
	background: url(images/homepage18.gif) repeat-x left bottom;
}

.list1 .last {
	background: none;
}

.list1 a {
}

/** LINKS */

a {
	color: #cccc99;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #313131 url(images/homepage15.jpg) repeat-x left top; }
.bg2 { background: #313131 url(images/homepage16.jpg) no-repeat left top; }

.bg3 { background: url(images/homepage09.jpg); }

/** 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 {
	height: 2px;
	margin: 0px 0px 10px 0px;
	background: url(images/homepage18.gif) repeat-x left top;
}

