html {
	padding-top: 30px;
    border-left: 0px;
    }

body, form, a, div, span, ul, ol, li, table, caption, tr, th, td, img, strong, em, p, h1, h2, h3, h4, h5, h6, pre {
    padding: 0px;
    border: 0px;
    margin: 0px;	
    }

body, table#frame, table#inner_frame {
	height: 100%;
	}

body {
    text-align: center;
    color: #000000;
	background-color: inherit;	
    }

body, input, select, option, textarea, h1, h2, h3, h4, h5, h6, table, tr, th, td {
	font-family: arial, "Trebuchet MS", verdana, lucida, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;	
	line-height: 1.3em;
    }
	
a:link, a:visited, a:active {
	color: #000000;
	background-color: inherit;	
	}
	
a:hover {
	color: #ff0000;
	background-color: inherit;	
	}

ul {
	list-style-type: none;	
	}

td {
	vertical-align: top;
	}
	
h3 {
	font-size: 14px;
	}
/* START global classes */
.alignRight {
	text-align: right;
	}
	
.box {
	padding: 2px;
	border: 1px solid #cfd0cc;
	}
	
.box img {
	display: block;
	}

.padding_right20 {
	padding-right: 20px;
	}

input.inputText {
	border: 1px solid #000000;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	}
	
p.input {
	border: 1px solid #000000;
	text-align: center;	
	}
	
input.inputSubmit {
	border: 0px;
	font-weight: bold;
	padding: 0px;
	}
	
textarea.textarea {
	border: 1px solid #000000;
	font-weight: bold;
	padding: 3px;	
	}
/* END global classes */

/* START wrapper */
#wrapper {	
	margin: 0px auto;
	width: 955px;
	color: #000000;
	background-color: inherit;
	text-align: left;	
	}
/* END wrapper */

#top {
	padding-bottom: 30px;
	font-size: 12px;
	}

#top ul {
	text-align: right;	
	margin-bottom: 30px;
	}

#top ul li {
	display: inline;
	padding: 5px;
	color: #ff0000;
	background-color: inherit;
	}	
	
#top ul li a {
	text-decoration: none;
	}

#top div.alignRight {
	padding-right: 5px;
	}

#content {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 30px;
	}

#content .content {
	padding-bottom: 30px;
	border-right: 1px dotted #cfd0cc;
	padding-right: 30px;
	}
	
#bottom {	
	padding-top: 30px;
	border-top: 2px solid #cfd0cc;
	}
	
/* START home */
#home table td {
	padding-right: 20px;
	padding-left: 20px;
	}

#home table td.first {
	padding-left: 0px;
	}

#home table tr.second td {
	border-left: 1px dotted #cfd0cc;
	}
	
#home table tr.second td.first {	
	border-left: 0px;
	}

#home h3 span {
	position: relative;
	top: -2px;
	left: 10px;
	}
	
#home div.text {
	padding-top: 30px;	
	}
	
#home tr.third td {
	text-align: right;
	}
/* END home */

/* START contact */
#contact td.content td {
	height: 25px;
	}

#contact input.inputText {
	width: 230px;	
	}

#contact textarea.textarea {	
	width: 300px;	
	height: 85px;
	}

#contact a {
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	}
/* END contact */	

/* START right */
#right {
	width: 265px;	
	padding-left: 20px;
	}

html>body #right {
	width: 269px;	
	}

#right h5 {
	margin-bottom: 5px;
	font-size: 13px;
	}

#right form {
	margin-top: 10px;
	}
	
#right input.inputText {	
	width: 210px;
	text-align: right;
	}
	
#right p.input {
	background-color: #fdc600;
	color: #000000;
	}
	
#right input.inputSubmit {
	background-color: #fdc600;
	color: #000000;
	}
/* END right */