/* CSS Document */

.body_text	{
	font: 100% Georgia, "Times New Roman", Times, serif;
	color: #4d6948;
}
.caption_text	{
	font: 80%/15px Georgia, "Times New Roman", Times, serif;
	color: #4d6948;
}
.caption_text_green	{
	font: 80%/normal Georgia, "Times New Roman", Times, serif;
	color: #69bc58;
}
.body_text_bold	{
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #021C08;
}
.body_text_italic	{
	font: italic 100% Georgia, "Times New Roman", Times, serif;
	color: #4d6948;
}
.body_text_cream	{
	font: normal 100% Georgia, "Times New Roman", Times, serif;
	color: #ffffef;
}
.body_text_cream_small	{
	font: normal 80% Georgia, "Times New Roman", Times, serif;
	color: #ffffef;
}
.body_text_cream_italic	{
	font: italic normal 100% Georgia, "Times New Roman", Times, serif;
	color: #ffffef;
}
.body_text_cream_italic_bold	{
	font: italic bold normal 100% Georgia, "Times New Roman", Times, serif;
	color: #ffffef;
}
.body_text_green	{
	font: normal 100% Georgia, "Times New Roman", Times, serif;
	color: #69bc58;
}
.body_text_green_dark	{
	font: normal 100% Georgia, "Times New Roman", Times, serif;
	color: #021C08;
}
.body_text_green_small	{
	font: normal 65% Georgia, "Times New Roman", Times, serif;
	color: #021C08;
}
.link_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	color: #021C08;
	text-decoration: none;
	}
a:link {
	color: #021C08;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #4d6948;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #021C08;
}
h1 {
	color: #4d6948;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	margin-top: 0;
}
h2	{
	color: #4d6948;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
	margin-top: 0;
}
h3	{
	color: #021C08;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 65%;
	font-weight: normal;
	margin-top: 0;
}
h4	{
	color: #021C08;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: normal;
	margin-top: 0;
}
h5	{
	color: #ffffef;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: normal;
	margin-top: 0;
}
p {
margin-top:0;
}
#twitter_update_list {
	float: left;
	padding-left: 13px;
}
