body	{
	background-color: #FFF;
	color: #4C6994;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 2em;
	}

h1	{ color: #004; font-size: 225%; font-weight: bold; padding-top: 0cm; margin-top: 0cm }

h2	{ font-size: 125%; }

h3	{ font-size: 110%; }

h4	{ font-size: 100%; font-style: italic }

.large	{ font-size: 125% ; }

li { padding-top: 0.0cm; padding-bottom: 0.0cm }

a { text-decoration: none; }
a:link	{
	color: #4C6994;
	text-decoration: none;
	font-weight: bold;
	}

a:visited	{
	color: #4C6994;
	font-weight: bold;
	text-decoration: none;
	}

a:hover	{
	color: #FFF;
	background-color: #869EC2;
	font-weight: bold;
	}

a.external:link    { background-color: #ffffff; color: #0000ff; text-decoration: underline }
a.external:visited { background-color: #ffffff; color: #cc33cc; }
a.external:hover   { background-color: #ffffbb; color: #cc33cc; }

span.var    { background-color: #DDD; }
span.var2   { background-color: #0ff; }
span.con    { font-family: "Courier New", Courier, serif; font-size: 10pt; }
span.hilite { color: #800; }

.indented    { margin-left: 3em; }

img	{ border: 0; }

div.rule1        {
        border-top: thin #4C6994 solid;
	margin: 0 10% 0 10%;
	font-size: 0px;
	}

div.rule	{
	border-top: thin #4C6994 solid;
}

div.center
	{
	text-align: center;
	}

div.center table
	{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

button	{ 
	color: #ffffff;
	border: none;
	-webkit-border-radius: .7em;
	-moz-border-radius: .7em;
	border-radius: .7em;
	background-color: #4C6994;
	}

div.roundbox	{
	background-color: rgba(214,222,234,0.5);
	border: thin solid  #4C6994;
        -webkit-border-radius: .7em;
        -moz-border-radius: .7em;
        border-radius: .7em;
	}

.tablehead
	{
	background-color: rgba(191,191,255,0.5);
	color: rgba(76,105,148,1);
	}

.tablebody
	{
	background-color: rgba(223,223,255,0.5);
        color: rgba(76,105,148,1);
        }

table.entryShell
	{
	border-spacing: 1em 1em 1em 1em;
	}

.roundbox
	{
	padding: 1em 1em 1em 1em;
        background-color: rgb(233,233,255);
        border: solid thin rgb(127,127,255);
        -webkit-border-top-left-radius: 1em;
        -moz-border-radius-topleft: 1em;
        border-radius-topleft: 1em;
        -webkit-border-top-right-radius: 1em;
        -moz-border-radius-topright: 1em;
        border-radius-topright: 1em;
        -webkit-border-bottom-right-radius: 1em;
        -moz-border-radius-bottomright: 1em;
        border-radius-bottomleft: 1em;
        -webkit-border-bottom-left-radius: 1em;
        -moz-border-radius-bottomleft: 1em;
        border-radius-bottomright: 1em;
        }

