body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	background-color: #29aae1;
	color: #000000;
	margin: 0;
	padding: 0;
}

a {text-decoration:none; color: #8cc63e;}
a:hover {text-decoration:none; color: #29aae1;}

p {
	line-height: 18px;
}

.main {
background-color: white;
}

.top {
	background: url(images/top.jpg) repeat-x top;
}

.bottom {
	background: url(images/bottom.jpg) repeat-x bottom;
}

.left {
	background: url(images/left1.jpg) repeat-y left;
}

.right {
	background: url(images/right1.jpg) repeat-y right;
}

.separator {
	background-color: #90c445;
}

.td1 {
	background-color: #c9e2a5;
}

.td2 {
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	font-weight: bold;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #2f2f2f;
}

.copyright a {
	color: #2f2f2f;
	text-decoration: underline;
}

.copyright a:hover {
	color: #2f2f2f;
	text-decoration: underline;
}

.title1 {
	color: #8cc63e;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
}

.title2 {
	color: #29aae1;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
}

.title3 {
	color: #708090;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
}

.highlight1 {
	color:#8cc63e;
	font-weight: bold;
}

.highlight2 {
	color: #29aae1;
	font-weight: bold;
}

.highlight3 {
	color: #708090;
	font-weight: bold;
}

.small1 {
	color:#8cc63e;
	font-size: 11px;
}

.small2 {
	color: #29aae1;
	font-size: 11px;
}

.small3 {
	color: #708090;
	font-size: 11px;
}

.ArticleListTitle {
	color:#8cc63e;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
}

.ArticleListText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

.ArticleTitle {
	color:#8cc63e;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
}

.ArticleSubTitle {
	color: black;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}

/* rollover buttons */

.rollover a, .rollover a:link, .rollover a:visited {
   display: block;
   text-align:center;
   width: 105px;
   margin: 0;
   padding: 8px 0 10px 0px;   
   font: bold 11px/1 Arial, Helvetica, sans-serif;
   background: url("images/button.gif") 0 0 no-repeat;
   text-decoration: none;
   color: #FFFFFF;
}

.rollover a:hover {
   background-position: -105px 0;
   text-decoration: none;
   color: #FFFFFF;
}

.rollover a:active {
   background-position: -210px 0;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover {
   display: block;
   text-align:center;
   width: 105px;
   margin: 0;
   padding: 8px 0 10px 0px;   
   font: bold 11px/1 Arial, Helvetica, sans-serif;
   background: url("images/button.gif") 0 0 no-repeat;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:link {
   background: url("images/button.gif") 0 0 no-repeat;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:visited {
   background-position: 0 0;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:hover {
   background-position: -105px 0;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:active {
   background-position: -210px 0;
   text-decoration: none;
   color: #FFFFFF;
}
