/* Jagat Baja Prima General CSS Document by H2O IT SOlutions */

html, body {
	background-color: #E7E7E7;
	font-family: tahoma;
	font-size: 11px;
	color: #222;
	padding: 0;
	margin: 0;
}
a {
	-moz-outline-style: none;
	text-decoration: none;
}
img {
	border: 0;
	-moz-outline-style: none;
}
ul, li, dl, dt, dd {
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 20px;
}
h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}
form {
	padding: 0;
	margin: 0;
}
p {
	margin-bottom: 10px;
	text-align: justify;
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a.text_selected:link, a.text_selected:hover, a.text_selected:visited, .text_selected {
	color: #CC0000;
	text-decoration: none;
}
.warning {
	color: #F00;
}