body
{
background-color: rgb(255, 255, 255);
font-family: Georgia;
background-image: url(/backgroundblackblue.jpg);
text-align: center;
vertical-align: none;
font-size: 12pt;
color: #000000;
background-position: center top;
background-repeat:repeat-x;
margin:0; 
}
#templatetable
{
margin-top:150px
}
H1
{
font-family: "Tahoma", "Georgia", Times, serif; 
font-style: normal; 
font-size: 22pt; 
font-weight: bold; 
line-height: 100%; 
text-align: center; 
}
H2
{
font-family: "Cambria", "Trebuchet MS", Times, serif; 
font-style: italic; 
font-size: 22pt; 
font-weight: bold; 
line-height: 100%; 
}
H3
{
font-family: "Georgia", Times, serif; 
font-style: normal; 
font-size: 18pt; 
font-weight: bold; 
line-height: 100%;
text-indent: 20px;  
}
p
{
text-align:justify;
}
breadcrumb
{
	color: #161616;
	margin-left: 0;
	text-indent: 0;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px; 
	font-size: 8pt;
	font-family: "Calibri", "Arial";
}
.navbutton p
{
margin-top: 0;
margin-bottom: 3;
text-align: center; 
}
.navbutton a
{
	-moz-box-shadow:inset 0px 1px 3px 0px #BABAD6;
	-webkit-box-shadow:inset 0px 1px 3px 0px #BABAD6;
	box-shadow:inset 0px 1px 3px 0px #BABAD6;
	background:-webkit-linear-gradient(#EEEEEE, #FFFFFF, #D0D0D0);
	background:-moz-linear-gradient(#EEEEEE, #FFFFFF, #D0D0D0);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#BABABA', endColorstr='#F4F4F4');
	background-color:#BABABA;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px;
	text-indent:0;
	border:2px solid #0ce800;
	display:inline-block;
	color:#191919;
	font-family: "Arial";
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:26px;
	line-height:26px;
	margin: 0 0 2 0; 
	width:148px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #CCCCFF;
}
.navbutton a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFFF66), color-stop(1, #FFFFCC) );
	background:-moz-linear-gradient( center top, #FFFF66 5%, #FFFFCC 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF66', endColorstr='#FFFFCC');
	background-color:#FFFF66;
}
.navbutton a:active {
	position:relative;
	top:1px;
}
.navbutton a:visited {
	border:2px solid #0f8209;
}