body {
	background: white;
    color: #000000;
    font: 10pt sans-serif;
}
h1 {
	font: 12pt sans-serif;
	font-weight:bold;
    margin: 15px 0px 5px 0px;
    color: #000066;
}
h2 {
	font: 10pt sans-serif;
	font-weight:bold;
    margin: 10px 0px 0px 0px;
    color: #0000FF;
}
p {
	font: 8pt sans-serif;
    margin: 2px 0px 5px 12px;
    color: #000000;
}
ol {
	font: 8pt sans-serif;
	margin: 2px 0px 0px -8px;
	color: #000000;
}
ul {
	font: 8pt sans-serif;
	margin: 2px 0px 0px -8px;
	color: #000000;
	list-style-type: square;
}

/* Holo Buttons */
.Holobutton {
	display: block;
	margin:0px 12px;
	padding: 12px 20px;
	border-top: 1px solid rgba(0,0,0,0.43);
	border-right: 1px solid rgba(0,0,0,0.04);
	border-bottom: 1px solid rgba(255,255,255,0.34);
	border-left: 1px solid rgba(0,0,0,0.04);
	border-radius: 1px;
	color: white;
	text-decoration: none;
	text-align: center;
	font: 15px arial,sans-serif;
	font-weight:bold;
}

/*
.Holobutton:focus,
.Holobutton:hover
{
	box-shadow: 0 0 0 4px rgba(128,128,128,0.5);
	outline:0;
	font: 15px arial,sans-serif;
	font-weight:bold;
}
*/

.Holobutton.active
{
	box-shadow: 0 0 0 4px rgba(50,165,207,0.5);
	outline:0;
	font: 15px arial,sans-serif;
	font-weight:bold;
}

/* Round Buttons */

.nav {
	display: block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 1.2em/100% Arial, Helvetica, sans-serif;
	font-weight: bold; 
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	padding: .5em 0em .55em;
	margin-bottom:.25em;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
    border-radius: .5em;
	width: 100%;	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.nav:hover {
	text-decoration: none;
}
.nav:active {
	position: relative;
}
	
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
    border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.orange {
	color: #ffffff;
	border: solid 1px #2b3641;
	background: #436d9b;
	background: -webkit-gradient(linear, left top, left bottom, from(#B5B5B5), to(#353535));
	background: -moz-linear-gradient(top,  #afbdcd,  #6a85a2);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#B5B5B5', endColorstr='#353535');
}
.orange:hover {
	background: #436d9b;
	background: -webkit-gradient(linear, left top, left bottom, from(#B5B5B5), to(#000000));
	background: -moz-linear-gradient(top,  #afbdcd,  #6a85a2);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#B5B5B5', endColorstr='#000000');
}
.orange:active {
    color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#B5B5B5), to(#00FF44));
	background: -moz-linear-gradient(top,  #afbdcd,  #6a85a2);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#B5B5B5', endColorstr='#00FF44');
}