@charset "UTF-8";
/* CSS Document */

body { font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 0px;
background-color: #999999;
line-height: 140%;
 }

.red { color: #c80000 }

.titleBoxBackground
{
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #999999 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#999999)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%,#999999 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%,#999999 100%); /* IE10+ */
background: linear-gradient(to bottom, #eeeeee 0%,#999999 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}

.titleBox { 
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
}

.titleIcon
{
	display:inline-block;
	margin: 10px;
}

.titleMainBox
{
	display:inline-block;
	vertical-align:top;
	margin-top: 20px;
}

.titleMain
{
	display:block;
	font-size: 48px;
	color: black;
}

.titleSub
{
	font-size : 18px;
	display:block;
	margin-top: 15px;
	margin-left: 5px;
	color: black;
}

h1
{
	font-size: 18pt;
	font-weight: normal;
	margin-top: 0.1ex;
	color: #c80000;
}

.littleTM
{
	font-size: 30%;
	vertical-align: 100%;
}

.contentBox
{
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width : 800px;
-moz-border-radius: 15px;
border-radius: 15px;	
background: #e8e8e8; /* Old browsers */

background: -moz-linear-gradient(top,  #e8e8e8 0%, #eeeeee 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #e8e8e8 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #e8e8e8 0%,#eeeeee 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #e8e8e8 0%,#eeeeee 100%); /* IE10+ */

background: linear-gradient(to bottom,  #e8e8e8 0%,#eeeeee 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */





}

.explanation
{
	text-align: right;
	font-size: 8pt;
line-height: 140%;
}

li { margin-top: 0.5ex }

.disclaimer { font-size: 8pt;
text-align: right;
margin-right: auto;
margin-left: auto;
width: 800px;
margin-top: 20px;
margin-bottom: 20px;
line-height: 140%;
}
