/** BASIC */
html, body {
	height: 100%;
}

body {
	margin: 60px 0px 0px 0px;
	padding: 0px;
	background-color: #DC2975;
}

/** FORMS */

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

/** HEADINGS */

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

h7  {
     font-family: "Futura Md BT", Arial, "Trebuchet MS", sans serif
}


/** TEXTS */

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

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

.text1 {
	text-align:left;
	text-transform: uppercase,lowercase;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #FF9933;
}

.text2 {
	text-transform: uppercase,lowercase;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.text3 {
	text-transform: uppercase,lowercase;
	font-size: 11px;
	font-weight: bold;
	color: #696969;
}

.text4 {
	text-align: center;
	font-size: 11px;
	color: #FF9933;
}

.text5 {
	text-align:left;
	text-transform:lowercase;
	font-family: "Futura Md BT",Arial, Helvetica, sans serif;
      font-size: 40px;
	font-weight: normal;
	letter-spacing:-1px;
	color: #FFCC00;
}

.text6 {
	text-align: center;
	font-size: 16px;
	color: #FF9933;
}

.text7 {
	text-transform: uppercase,lowercase;
	font-size: 14px;
      font-weight: bold;
	color: #FFFFFF;
}

.text8 {
	text-transform: uppercase,lowercase;
	font-size: 14px;
      font-weight: normal;
	color: #696969;
}

/** LINKS */

a {
	color: #FF9933;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: uppercase,lowercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

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

.link2 {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #FF9933;
}

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

/** STYLES */

.style1 {
	text-transform: uppercase,lowercase;
	font-size: 13px;
      letter-spacing:-3;
	color: #696969;
}

.style1 a {
	color: #FFFFFF;
}

.style1 a:hover {
}



/** BACKGROUNDS */

.bg1 { background: url(images/homepage01.gif) repeat left top; }
.bg2 { background: #FFFFFF; border: 7px solid #FF9933; }
.bg3 { background: #FF9933; }
.bg4 { background-color: #FFFFFF;}
.bg5 { background: url(images/homepage04.gif) repeat-x left bottom;}
.bg6 { background: #999999;}
.bg7 { background: url(images/homepage09.gif) repeat-y left top;}



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

.rad"18px" {line-height:18px;
}

.lettersp {letter-speacing:-2px;
}

