body { font-family: Arial, Helvetica, sans-serif;}

p {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	text-transform: lowercase;
	color: #CC6699;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #8294B0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #669900;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #00006C;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #CC6699;
}

a:hover {
	text-decoration: none;
	color: #669900;
}

li { font-size: 12px;
	 line-height: 14px;
	 padding-bottom:5px;}

.imgborder { BORDER: #669900 1px solid;}

.smalltext { font-size: 10px;
	         line-height: 14px;}

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}.flashbg {
	background-image: url(assets/images/flash.jpg);
	background-repeat: no-repeat;
}
.stretch {
	background-image: url(assets/images/stretch.jpg);
	background-repeat: repeat-y;
}
.padding {
	padding-right: 35px;
	padding-left: 15px;
}
.nav {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.nav:hover {
	text-decoration: none;
	color: #00006c;
}
