
/*HTML styles */

* {
	font-family: georgia, times, serif ;
}

body {
	background-color: #333 ;
	background-position: top ;
	background-repeat: repeat-x ;
	margin: 0px ;
	color: #151515 ;
	font-size: 14px ;
}

body, p, li, div, td {
	line-height: 22px ;
}

table {
	border-collapse: collapse ;
}

td {
	font-size: 14px ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

input, select, option, textarea, button {
	font-size: inherit; 
	font-family: inherit; 
}

h1 {
	font-size: 38px ;
	letter-spacing: -2px ;
	font-weight: normal ;
	color: #7C0008 ;
	margin-top: 0px ;
	line-height: 42px ;
}

h2 {
	font-size: 24px ;
	letter-spacing: -2px ;
	font-weight: normal ;
	color: #7C0008 ;
	margin-top: 0px ;
	line-height: 28px ;
}

h3, .inline_h {
	font-size: 16px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	color: #7C0008 ;
}

#content {
	padding: 20px ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	background-image: url(/images/button_bg.gif) ;
	background-position: center ;
	display: block ;
	color: #fff ;
	border-left: 1px solid #953137 ;
	border-right: 1px solid #7C0008 ;
	text-align: center ;
	text-decoration: none ;
	font-size: 24px ;
	line-height: 26px ;
	letter-spacing: -1px ;
	padding: 10px ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
	border-left: 1px solid #D97131 ;
	border-right: 1px solid #D15000 ;
}

a.link_white:link, a.link_white:visited, a.link_white:active {
	color: #ffffff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

a.link_red:link, a.link_red:visited, a.link_red:active {
	color: #7C0008 ;
	text-decoration: none ;
}

a.link_red:hover {
	text-decoration: underline ;
}

.MB_right {
	margin: 20px ;
	border: 1px solid #7C0008 ;
	background: #fff ;
	padding: 1px ;
}

.MH_right {
	background-image: url(/images/button_bg.gif) ;
	background-position: center ;
	font-size: 24px ;
	line-height: 26px ;
	letter-spacing: -2px ;
	padding: 10px ;
	color: #fff ;
}

.MA_right {
	padding: 10px ;
}

a:link {
	color: #7C0008 ;
}

a:active, a:visited {
	color: #333333 ;
}

a:hover  {
	color: #953137 ;
}

.MB_red {
	border: 1px solid #7C0008 ;
	background: #fff ;
	padding: 1px ;
}

.MH_red {
	background-image: url(/images/button_bg.gif) ;
	background-position: center ;
	font-size: 24px ;
	line-height: 26px ;
	letter-spacing: -2px ;
	padding: 10px ;
	color: #fff ;
}

.MA_red {
	padding: 10px ;
}

.MB_orange {
	border: 1px solid #D15000 ;
	background: #fff ;
	padding: 1px ;
}

.MH_orange {
	background-image: url(/images/button_up.gif) ;
	background-position: center ;
	font-size: 24px ;
	line-height: 26px ;
	letter-spacing: -2px ;
	padding: 10px ;
	color: #fff ;
}

.MA_orange {
	padding: 10px ;
}

.shareThis {
	float: right ;
	margin-left: 20px ;
}

.shareThis a:link,
.shareThis a:active,
.shareThis a:visited {
	text-decoration: none ;
	color: #1C6E35 ;
	font-size: 12px ;
}

.shareThis a:hover {
	text-decoration: underline ;
}
