@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* CSS Document */

html.body{
    font-family:  Arial, Tahoma, "Trebuchet MS";
    font-size: 12px;
    color: #333;
    margin: 0px;
}

body {
    padding:0px;
    margin:2px 0 0 0;
    font-family: Arial, Tahoma, "Trebuchet MS";
    font-size: 12px;
    color: #333;
	background:FFF;
}


/* General */

h2 {
	font-weight:normal;
	font-size:20px;
}

h3 {
	background:#DEDEDE;
	padding: 4px;
	margin: 12px 0px 4px 0px;
}

a {
	color: #009349;
	text-decoration: none;
}
a:hover {
    color: #666666;
	text-decoration:underline;
}

a:hover img {
	background:none;
}

a:visited {color: #FF6633;}

.small {
    font-size: 10px;
}

td {font-size:12px;}

p {
	margin-top:6px;
	margin-bottom:6px;
}

ul {
	margin:0px;
	padding-left:10px;
	list-style: none;
}

ul li {
	margin:0px;
	padding-left: 15px;
	background: url(../images/bullet-list.gif) no-repeat 0px 4px;
	line-height: 120%;
	margin-bottom:4px;
}

ol li {
	margin-left: 35px;
	line-height: 120%;
	margin-bottom:4px;
}
