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

body {
	font-family: verdana, arial, sans-serif;
}

h1 {
	/*padding-top: 0px;*/
	color: #669900;
	font-weight: normal;
	font-size: x-large;
	letter-spacing: 1px;
}

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

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



/* Paragraphs */
p {
	margin-top:10px;
	line-height: 140%;
	text-align:justify;
}

/* Lists */
ul {
	margin:10px;
	margin-left: 40px;
	list-style-image: url(../templates/bullet-point.gif);
	line-height: 130%;
}

ul li {
	padding: 4px;
	padding-left: 0px;

}

/* Tables */
table {
	/*width: 656px;*/
}

table th, table td {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(255,255,255);
}

table th {
	vertical-align: top;
	background-color: rgb(179,199,219);	
}

table td {
	background-color: rgb(217,227,237);	
}

/* Links */

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

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