/* edited by tristan 01/04/2008 */ 
@import url("tags.default.css");

h1 {
	color: #669900;
	font-weight: normal;
	font-size: 180%;
}

h2 {
	margin: 10px 0px;
	color: #669900;
	font-weight: bold;
	font-size:110%;
}

h3, h4{
	margin: 10px 0px;
	color: #669900;
	font-weight: bold;
	font-size:100%;
}

p {
	margin-top:10px;
	line-height: 120%;
	text-align:justify;
}

ul {
	margin:10px;
	margin-left: 30px;
	list-style-image: url(../images/css/bullet-point.gif);
	line-height: 110%;
}

ul li {
	padding: 4px;
	padding-left: 0px;
	margin-left: 18px;
}

table th, table td {
	padding: 2px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(255,255,255);
	background-color:#FFFFFF;
	
	border: 1px solid #C8C8C8;
	background: url(../images/input-bg.png) repeat-x top;
}

a {
	color: rgb(0,68,137);
}

a:hover {
	color: rgb(126,171,13);
}
