/* CSS Document */
body {
	background-image: url(images/bg.jpg);
	font-family: Georgia, "Bitstream Vera Serif", serif;
	font-size: 13px;
	color: #C9C5AF;
}
.body-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #47565F;
}
.body-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
}
.body-green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #31361D;
}
.body-paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.heading {
	font-size: 16px;
	color: #717E43;
	margin-bottom: 5px;
}
.heading2 {
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	color: #A9B6BE;
}
.heading-red {
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	color: #990000;
	margin: 0px;
	padding: 0px;
}
.heading2green {
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	color: #717E43;
}
.heading_big {
	font-size: 36px;
	color: #717E43;
	font-weight: lighter;
	margin-bottom: 5px;
}
.heading_big_black {
	font-size: 36px;
	color: #000000;
	font-weight: lighter;
	margin-bottom: 5px;
}
.heading_big_blue {
	font-size: 36px;
	color: #A9B6BE;
	margin-bottom: 5px;
}
.heading_big_red {
	font-size: 36px;
	color: #990000;
	margin-bottom: 5px;
}
.heading_big_white {
	font-size: 36px;
	color: #ffffff;
	margin-bottom: 5px;
}
a.heading-green:link {
	color: #717E43;
	text-decoration: underline;
	font-size: 36px;
	font-weight: lighter;
}
a.heading-green:active {
	color: #717E43;
	text-decoration: underline;
	font-size: 36px;
	font-weight: lighter;
}
a.heading-green:visited {
	color: #717E43;
	text-decoration: underline;
	font-size: 36px;
	font-weight: lighter;
}
a.heading-green:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 36px;
	font-weight: lighter;
}
a.heading-nav:link {
	color: #CC0000;
	text-decoration: underline;
	font-size: 24px;
	font-weight: lighter;
}
a.heading-nav:active {
	color: #CC0000;
	text-decoration: underline;
	font-size: 24px;
	font-weight: lighter;
}

a.heading-nav:visited {
	color: #CC0000;
	text-decoration: underline;
	font-size: 24px;
	font-weight: lighter;
}
a.heading-nav:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 24px;
	font-weight: lighter;
}

a:link { color: #FF0000; font-size: 16px; text-decoration: underline }
a:active { color: #FF0000; font-size: 16px; text-decoration: underline }
a:visited { color: #FF0000; font-size: 16px; text-decoration: underline }
a:hover { color: #990000; font-size: 16px; text-decoration: underline }

a.red-link:link { color: #FF0000; font-size: 16px; text-decoration: underline }
a.red-link:active { color: #FF0000; font-size: 16px; text-decoration: underline }
a.red-link:visited { color: #FF0000; font-size: 16px; text-decoration: underline }
a.red-link:hover { color: #A9B6BE; font-size: 16px; text-decoration: underline }

a.blue-link:link { color: #A9B6BE; font-size: 16px; text-decoration: underline }
a.blue-link:active { color: #A9B6BE; font-size: 16px; text-decoration: underline }
a.blue-link:visited { color: #A9B6BE; font-size: 16px; text-decoration: underline }
a.blue-link:hover { color: #FF0000; font-size: 16px; text-decoration: underline }

a.small:link {
	color: #DCD9CB;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
a.small:active {
	color: #DCD9CB;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
a.small:visited {
	color: #DCD9CB;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
a.small:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}

a.small-blue:link {
	color: #FF0000;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
a.small-blue:active {
	color: #FF0000;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
a.small-blue:visited {
	color: #FF0000;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
a.small-blue:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}

.mSmall {
	font-size: 11px;
	font-weight: normal;
}

#twitter_update_list li {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #990000;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.twitter-title {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
ul {
	list-style-type: none;
}
input {
	background-color: #F8F7F1;
}
.input-button {
	background-color: #990000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #FF0000;
}
.strike-through {
	text-decoration: line-through;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}
.small-blue {
	font-size: 11px;
	color: #A9B6BE;
}
.small-grey {
	font-size: 11px;
	color: #4D4D4D;
}
a.small-grey-link:link {
	color: #4D4D4D;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
a.small-grey-link:active {
	color: #4D4D4D;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
a.small-grey-link:visited {
	color: #4D4D4D;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
a.small-grey-link:hover {
	color: #990000;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}

