body {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	background: #FAF6F2 url(images/bg.gif) repeat scroll left top;
}
#container {
	background-color: #ffffff;
	padding: 0px;
	width: 960px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #666;
}
#containerHome {
	background-color: #ffffff;
	padding: 0px;
	width: 960px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #666;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #ee4474;
}
.nav a:link {
	color: #ee4474;
	text-decoration: underline;
}
.nav a:visited {
	color: #ee4474;
	text-decoration: underline;
}
.nav a:hover {
	color: #7db722;
	text-decoration: underline;
}
.nav a:active {
	color: #ee4474;
	text-decoration: underline;
}
.text {
	color: #555555;
	font: 0.85em/1.2em Verdana, Arial, Helvetica, sans-serif;
}
.text a:link {
	color: #555555;
	text-decoration: underline;
}
.text a:visited {
	color: #555555;
	text-decoration: underline;
}
.text a:hover {
	color: #ee4474;
	text-decoration: underline;
}
.text a:active {
	color: #555555;
	text-decoration: underline;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #ffffff;
	background-color: #06024D;
	padding: 2px;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
	color: #ee4474;
}
.pinkBold {
	color: #ee4474;
	padding-bottom: 10px;
	font: bold 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .70em;
	color: #444444;
}
.caption a:link {
	color: #ee4474;
	text-decoration: underline;
}
.caption a:visited {
	color: #ee4474;
	text-decoration: underline;
}
.caption a:hover {
	color: #7db722;
	text-decoration: underline;
}
.caption a:active {
	color: #ee4474;
	text-decoration: underline;
}
.picBorder {
	border: 1px solid #333333;
}
.rowBorder {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #7db722;
}
.doublerowBorder {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #7db722;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #7db722;
}
.greenBorder {
	border: 2px dotted #7db722;
}
.floatLeft {
	float: left;
	margin-right: 10px;
	margin-left: 30px;
	border: 1px solid #666666;
}
.greyBorder {
	border: 2px dashed #ddd; 
	}
