@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: RobotoCondensedLight;
	src: url("fonts/RobotoCondensed-Light.ttf");
}

@font-face {
	font-family: RobotoSlabBold;
	src: url("fonts/RobotoSlab-Bold.ttf");
	font-style:italic;
}

body {
	background-color: #DDD;
	color:#000000;
	font-family: RobotoCondensedLight, Arial, Helvetica, sans-serif;
	width: 80%;
	min-width: 800px;
	margin-left: auto;
	margin-right: auto;
	max-width: 90em;
}

p {
	line-height: 160%;
}

a:link
{
	color: #DD8744;
	text-decoration:none;
}

a:hover
{
	color: #DD8744;
	text-decoration: underline;
}

a:hover img
{
	text-decoration: none;
}

a:visited
{
	color: #8689B7;
	text-decoration: underline;
}

.stdtd {
	padding: 15px 50px 15px 50px;
	margin: 10px;

	text-align: center;
}

.tbox {
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius:    5px 5px 0px 0px;
	border-radius:         5px 5px 0px 0px;
	border-bottom-width: 3px;
	border-bottom-color: #AAA;
	border-bottom-style: solid;
	margin-top: 10px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	background:#EEE;
}

.mbox {
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius:    0px 0px 0px 0px;
	border-radius:         0px 0px 0px 0px;
	border-top-width: 3px;
	border-top-color: #AAA;
	border-top-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #AAA;
	border-bottom-style: solid;
}

.bbox {
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius:    0px 0px 5px 5px;
	border-radius:         0px 0px 5px 5px;
	border-top-width: 3px;
	border-top-color: #AAA;
	border-top-style: solid;
	margin-bottom: 10px;

}

.tbbox {
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius:    5px 5px 5px 5px;
	border-radius:         5px 5px 5px 5px;
	margin-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
}

table {
	width: 100%;
	background-color: #FFFFFF; color:#000000;
	border-spacing: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius:    5px 5px 5px 5px;
	border-radius:         5px 5px 5px 5px;

	-moz-box-shadow:    0px 2px 5px #555;
	-webkit-box-shadow: 0px 2px 5px #555;
	box-shadow:         0px 2px 5px #555;
	border-collapse: collapse;
}

table table {
	width: auto;
	background-color: #FFFFFF; color:#000000;
	border-spacing: 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius:    0px 0px 0px 0px;
	border-radius:         0px 0px 0px 0px;

	-moz-box-shadow:    0px 0px 0px #FFFFFF;
	-webkit-box-shadow: 0px 0px 0px #FFFFFF;
	box-shadow:         0px 0px 0px #FFFFFF;
	border-collapse: separate;
}

table + table { margin-top:7px; }

strong {
	font-family: RobotoCondensedBold, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-family: RobotoSlabBold, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #444;
	margin-bottom: 25px;
   font-size: 230%;
}

h2 {
	font-family: RobotoSlabBold, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
	margin-top: 5px;
	margin-bottom: 7px;
}

li {
	color: black;
}
