body {
    padding: 0pt;
    margin: 0pt;
  	font-family: sans-serif;
	font-size: 10pt;
	background: #F7F7F7;
}

.menu {
    margin: 1em 0 0 0;
    padding: 0 0pt 0 0;
    width: 15em;
    float: left;
}
.menu ul{
        list-style-type: none;
		list-style-position: inside;
		margin: 0 10px 0 0;
		padding: 0;

		border:0;
		white-space: normal; 
		text-align:right;
}

.menu li {
    padding: 1em 0 .25em 0;
    }


.contents
{
	margin: 1em 2em 2em 15em;
    padding: 0 2em 5em 2em;
	background: #FFF;
	border: 2px solid #AAA;

}

table
{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.title
{
	font-size: 20pt;
	font-weight: bold;
}


.updates
{
    padding: 20pt;
	font-size: 15pt;
	font-weight: bold;
}

.author
{
   	font-size: 12pt;
	font-weight: bold;
}

.alink
{
    text-decoration: none;
    color: #000;
}

.alink:hover
{
    text-decoration: underline;
    color: #000;
}


a
{
    color: #38f;
}

a:visited
{
    color: #26a;
}


.subtitle
{
	font-size: 10pt;
	text-align: right;
}

h2
{
	margin-top: 1em;
	margin-bottom: 0pt;
	font-size: 14pt;
	font-weight: bold;
	border-bottom: solid 1px #000;
	
}

h4
{
	margin-top: 12pt;
	margin-bottom: 0pt;
	font-size: 12pt;
	font-weight: bold;
    color: #b70;
}


.updated
{
	text-align:right;
	font-size: 10pt;
	color: #999;

}

.col {
    font-weight: bold;
}

.t {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

td {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
	padding-right: 20pt;
}

.desc {
    padding-left: 20pt;

}
.license {
	font-style: italic;
}

.group {
    padding: 0 2em 0em 0em;
    background: #FFF;
}

.header {
    padding: 1em 1em 1em 15.2em;
    border-bottom: 2px solid #AAA;
    border-top: 2px solid #AAA;
    margin-top: 1em;
    background: #fff;
}
.jump {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   margin: 5pt;
   padding: 5pt;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   text-decoration: none;
   vertical-align: middle;
   }

.jump:hover {
   border-top-color: #28597a;
   background: #28597a;
   
   color: #FFF;
   }
.jump:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
.jump:visited {
   color: white;
}

.bordered_img {
    border: 1px solid #000;
    margin: 2px;
}

td {
    vertical-align: top;
}
iframe {
    border: 0px;   
}
