/*********** GENERAL **************/

a {
	color: #FF6300;
}

body {
	padding: 0 0 0 0;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-family: Georgia, serif;
}

div.error {
	border-collapse: collapse;
	border-color: red;
	border-style: solid;
	border-width: thin;
	color: red;
	font-weight: normal;
	padding: 0 0 0 10;
}

div.sucess {
	border-collapse: collapse;
	border-color: green;
	border-style: solid;
	border-width: thin;
	color: green;
	font-weight: normal;
	padding: 0 0 0 10;
}

/*********** END GENERAL **************/


/*********** POSITIONING **************/

table.pageContainer {
	width: 100%;
	height: 100%;
	background-color: white;
	text-align: center;
	margin: 0 0 0 0;
}


td.pageBound {
	background-color:  #003000;
	color: white;
}

td.pageContent {
	padding-top: 50px;
	vertical-align: top;
	width:  700px;
}

/*********** END POSITIONING **************/


/***********  CONTENT **************/

h1.headline {
	font-weight: bold;
	font-size: 55px;
	color:  #5B111A;
}

h2.headline {
	font-weight: bold;
	font-size: 22px;
	color:  #5B111A;
}

h3.headline {
	padding-top: 20px;
	font-weight: bold;
	font-size: 16px;
}

/*********** END CONTENT **************/

/***********  How To **************/

table.howToImage
{
	text-align: center;
}

td.howToImageSelectionCell {
	border-bottom : medium solid #5B111A;
	border-left : medium solid #5B111A;
	border-right : medium solid #5B111A;
	border-top : medium solid #5B111A;
	padding: 10 10 10 10;
}

input.countdown {
	font-size: 20px;
	text-align: center;
	color: #5B111A;;
}


a.howToCaption
{
	font-size: 14px;
	color: #5B111A;
}

a.howToBack
{
	font-size: 14px;
	color: #5B111A;
	font-weight: bold;
}

td.back 
{
	text-align: left;
	vertical-align: center;
	height: 50px;
}

/***********  END How To **************/
