body, td, th, p, div, ul, li, a {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #dcdcdc;
}

a {	color: #c1001f;	text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus { outline: none; }


hr {
	border: 0 !important;
	color: #fff;
	background-color: #d2d2d2;
	height: 1px;
	margin: 6px 0 6px 0;
}

#content h1 {
	font-size: 26px;
	font-weight: bold;
	line-height: 34px;
	padding: 0;
	margin: 0;
}

#content h1.butterfly {
	display: inline;
	padding: 15px 50px 10px 0;
	background: url(/img/butterfly.png) no-repeat right;
}

#content h1.normal {
	display: inline;
	padding: 15px 50px 10px 0;
}


#content h2 {
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
}

img { border: none; }

sub {vertical-align:bottom; font-size:0.7em; line-heigt:100%;}
sup {vertical-align:top; font-size:0.7em; line-heigt:100%;}


/* inputs */

input {
	width: 200px;
	border: 1px solid #dcdcdc;
	background: #2D2C2C;
	height: 18px;
	margin: 0 0 5px 0;
	padding: 0 5px 0 5px;
	color: #DCDCDC;
}

input[type="checkbox"] {
	width: 20px;
}

textarea {
	width: 400px;
	border: 1px solid #dcdcdc;
	background: #2D2C2C;
	height: 120px;
	margin: 0 0 5px 0;
	padding: 5px;
	color: #DCDCDC;
	font-family: Arial;
	font-size: 12px;
}

/* tabs */

.tabtitle {
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 16px;
	border-left: 1px solid #fff;
	font-weight: normal;
	padding: 0 0 0 5px;
	width: 100px;
	height: 45px;
}

#tabNavigation ul {
	position: absolute;
	list-style-type: none;
	margin: 25px 0 0 8px;
	padding: 0;
}
#tabNavigation ul li {
	float: left;
	width: 105px;
}

#tabNavigation ul li a.active {
	color: #dcdcdc;
}


