/* CSS Document */

.page {
	margin: 10px auto;
	padding: 20px;
	border: 2px double Gray;
	width: 760px;
	background-color: white
}

.header {
width: 760px; height: 50px;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: rgb(186,186,186);
}

.header .logo {
margin-top: 10px;
vertical-align: middle;
}

.footer { width: 760px; height: 30px; 
border-top-width: 2px; border-top-style: solid; border-top-color: rgb(186,186,186);
font-size: 8pt
}

.container {
 width: 760px; 
 top: 0px;
 min-height: 600px; 
 padding-bottom: 25px;
}

body {
	margin: 0px 0px 15px 10px;
	background-color: silver
}

body, p, div, span, td, ul, li, input, select { 
	font-family:verdana, sans-serif; 
	font-size: 9pt;
	color:#555555; }

a, a:visited
{
    color: rgb(8, 96, 168);
    text-decoration: none;
	font-size: 9pt;
}

a:hover
{
    color: rgb(8, 96, 168);
    text-decoration: underline;
	font-size: 9pt;
}


