/** FORMS */

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

/** HEADINGS */

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

/** TEXTS */

.paper {
	margin: 10px;
	padding: 10px;
	background: #ffffff url(../images/paperbg.png) no-repeat;
	color: #000000;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align: center;
}

.innerpaper {
	margin: 20px;
	padding: 5px;
	color: #000000;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align: left;
}

.list {
	margin: 8px;
	padding: 10px;
	background: #ffffff url(../images/listbg_.png) no-repeat;
	color: #000000;
	background-color: #dcdcdc;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	text-align: center;
	border: 3px double;
}

input, textarea, select {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
        font-weight:bold;
        line-height:23px;
	color: #ffffff;
}

td {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
        font-weight:bold;
        line-height:23px;
	color: #ffffff;
}

th {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 1em;
	border: 1px solid;
	border-color: #D5D7DA;
        -moz-border-radius-topright:5px;
        -moz-border-radius-bottomright:5px;
        -webkit-border-top-right-radius:5px;
        -webkit-border-bottom-right-radius:5px;
        -moz-border-radius-topleft:5px;
        -moz-border-radius-bottomleft:5px;
        -webkit-border-top-left-radius:5px;
        -webkit-border-bottom-left-radius:5px;
}

.heading {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 1em;
	border: 0px solid;
	border-color: #D5D7DA;
}

input.button {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D5D7DA;
}

input.inputbox {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
        border: 1px solid;
	border-color: #D5D7DA;
        -moz-border-radius-topright:5px;
        -moz-border-radius-bottomright:5px;
        -webkit-border-top-right-radius:5px;
        -webkit-border-bottom-right-radius:5px;
        -moz-border-radius-topleft:5px;
        -moz-border-radius-bottomleft:5px;
        -webkit-border-top-left-radius:5px;
        -webkit-border-bottom-left-radius:5px;
}

textarea.inputbox {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

.ul,li {
	margin-left: 0px;
	padding-left: 0px;
        padding-top: 20px;
	list-style: square;
        font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 150%;
}

.ul1 li {
}

.ul1 a {
	padding-left: 12px;
	background: url(../images/homepage13.gif) no-repeat left center;
}

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

.text1 {
	font-size: 11px;
	font-weight: bold;
	color: #FFD6BF;
}

.text2 {
	text-align: center;
	font-size: 9px;
	color: #8D8D8D;
}

/** LINKS */

a.link1 {
	float: center;
	padding-left: 9px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

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

a.link2 {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #613B00;
}

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

ul, li {	
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #0000ff;
	margin-left: 26px;
}
