@charset "UTF-8";
/* CSS Document */
BODY
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #033b75;
}

#Header
{
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	text-align: center;
	color: #033b75;
}

#Title
{
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	font-style: italic;
	text-align: left;
	color: #033b75;
}

#CommonBody
{
	width: 930px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	overflow: hidden;
	border: #986d4a solid 0px;
	background-color: #f7f8f8;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius: 10px 10px 10px 10px;
}

a.Redbutton {
	display: block;
	float: left;
	height: 40px;
	width: 140px;
	margin: 6px;
	padding-top: 8px;
	margin-right: 20px;
	font-style:italic;
	text-decoration: none;
	text-align: center;
	text-shadow: #f7f8f8 1px 1px;
	color: red;
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	font-weight:bold;
	background-color: #f7f8f8 ;
	background-image: url(images/SmallFlare.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: solid 1px #033b75;
	border-left: solid 1px #033b75;
	border-right: solid 1px #033b75;
	border-bottom: solid 1px #033b75;
	border-color: #033b75;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius: 10px 10px 10px 10px;
}

a.Redbutton span {

	display: block;
	line-height: 12px;
	padding: 8px 0 5px 10px;
}		

a.Greenbutton {
	display: block;
	float: left;
	height: 40px;
	width: 140px;
	margin: 6px;
	padding-top: 8px;
	margin-right: 20px;
	font-style:italic;
	text-decoration: none;
	text-align: center;
	text-shadow: #f7f8f8 1px 1px;
	color: green;
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	font-weight:bold;
	background-color: #f7f8f8 ;
	background-image: url(images/SmallFlare.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: solid 1px #033b75;
	border-left: solid 1px #033b75;
	border-right: solid 1px #033b75;
	border-bottom: solid 1px #033b75;
	border-color: #033b75;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius: 10px 10px 10px 10px;
}

a.Greenbutton span {

	display: block;
	line-height: 12px;
	padding: 8px 0 5px 10px;
}		
