/* Text Styles */
/* Heading Styles */
h1, h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
h2, h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	font-style: italic;
	text-decoration: none;
}
h3, h3 a:link, h3 a:visited, h3 a:active, h3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
/* Paragraf Style */
p, .first, .second, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	white-space: normal;
}
p a:link, .first a:link, .second a:link, li a:link, p a:active, .first a:active, .second a:active, li a:active, p a:visited, .first a:visited, .second a:visited, li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	background-color: #FFFFFF;
	text-align: left;
	white-space: normal;
	text-decoration: underline;
	font-weight: normal;
	vertical-align: middle;
}
p a:hover, .first a:hover, .second a:hover, li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	background-color: #FFFFFF;
	text-align: left;
	white-space: normal;
	text-decoration: none;
	font-weight: normal;
}
b, strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	white-space: normal;
	font-weight: bold;
}
b a:link, strong a:link, b a:active, strong a:active, b a:visited, strong a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	background-color: #FFFFFF;
	text-align: left;
	white-space: normal;
	font-weight: bold;
	text-decoration: underline;
}
b a:hover, strong a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	background-color: #FFFFFF;
	text-align: left;
	white-space: normal;
	font-weight: bold;
	text-decoration: none;
}
.clear {
	clear: both;
}
	
/* Form Styles */

.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	width: 90%;
	border: 1px solid #000000;
}
.inputbnt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	margin: 2px;
}
input[type=submit], input[type=reset], input[type=button] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	margin: 2px;
}
.input_false {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	width: 90%;
	border: 1px solid #FF0000;
}
.inputbnt_false {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	border: 1px solid #FF0000;
}
.false_desc{
	color: #ff0000;
	font-weight: bold;
}

/* Image Styles */
img {
	float: none;
	padding: 10px;
}
img.left {
	float: left;
	padding: 10px;
}
img.right {
	float: right;
	padding: 10px;
}
img.another{
	margin: 0px;
	padding: 0px;
	float: none;
}