@charset "utf-8";
/* CSS Document */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#2c2c2c;
}

p {
	color:#2c2c2c;
	font-size: 11px;
	text-align: justify;
	font-weight: lighter;
	margin:0;
	padding:0;
}

p.bodytext {
	color:#2c2c2c;
	font-size: 11px;
	text-align: justify;
	font-weight: lighter;
	margin:0;
	padding:0;
}

strong {
	font-weight:bold;
}

b {
	font-weight:bold;
}

blockquote {  }

ul {  }

input.submitbutton {  }

a:link {
	color: #e86c00;
	text-decoration: underline;
	font-weight:bold;
}

a:visited { 
	color: #e86c00;
	text-decoration: underline;
	font-weight:bold;
}

a:hover {
	color: #2c2c2c;
	text-decoration: underline;
}

a:active {
	color: #2c2c2c;
	text-decoration: underline;
}

h1 {
	color: #2c2c2c;
	font-size:18px;
	font-weight: normal;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	text-transform: uppercase;
	text-align: right;
}

h2 {
	color: #2c2c2c;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	text-align: right;
}

h3 {
	color: #2c2c2c;
	font-size:14px;
	font-weight: normal;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
}

h4 {
	color: #2c2c2c;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
}


.smalltext {
	font-size:10px;
}

.bigtext {
	font-size:12px;
}

.indent {
	font-size:10px;
	padding-bottom: 0.25em;
	padding-top: 0.5em;
	padding-left:20px;
	padding-right:20px;
}

.align-left {
	text-align:left;
}

.align-right {
	text-align:right;
}

.align-center {
	text-align:center;
}

.align-justify {
	text-align:justify;
}