body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.navbar {
	background-image: url(images/bg-nav.jpg);
	background-repeat: repeat-x;
}
.container {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}
h1 {
	font-size: 24px;
	color: #669933;
	width: 460px;
	padding-top: 26px;
	padding-bottom: 26px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
}
p {
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 18px;
}
h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 5px;
}
#rightContent {
	padding: 0px;
	margin-left: 18px;
}
ul li {
	font-size: 12px;
	list-style-type: circle;
	padding-bottom: 5px;
}

ol li {
	font-size: 12px;
	padding-bottom: 5px;

}

.caption {

	font-size: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
a:link {
	color: #669933;
	text-decoration: none;
}
a:visited {
	color: #669933;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.tablekey {
	font-size: 11px;
}
#banner {
	background-image: url(images/bg-top.jpg);
	background-color: #81A939;
}
table .pullout {
    border-color: #CCCCCC;
    border-style: solid;
	border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
	
}

.pullout td {
    border-color: #CCCCCC;
    border-style: solid;
	margin: 0;
    padding: 9px;
    border-width: 1px 1px 0 0;

	}


	
td {
	font-size: 12px;
}

a.new {
	color: #CC0000;
}

.error {color:red;}
.warn{color:blue;}
.info{color:blue}
