body	{
	FONT-SIZE: 10pt;
	MARGIN: 0px;
	COLOR: #000000;
	FONT-FAMILY: "Times New Roman";
	TEXT-DECORATION: none;
	overflow: hidden;
	}
table {
    FONT-SIZE: 11px;
	LINE-HEIGHT: 170%;
    }
a	{
	COLOR: #000000;
	TEXT-DECORATION: none
	}
a:hover	{
	COLOR: #c0c0c0;
	TEXT-DECORATION: underline
	}
.base .header {
	background-image: url(photo.jpg);
	float: left;
	width: 300px;
	height: 100%;
	position: absolute;
	top: 0px;
	background-color: #000000;
	background-repeat: no-repeat;
	padding-top: 50px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.base .header h1 {
	font-size: 30px;
	font-style: italic;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.base .header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.base .header .menu a {
	width: 100%;
	display: block;
	text-align: center;
	line-height: 35px;
}
.base .header .footer {
	line-height: 90px;
	font-size: .9em;
	text-align: center;
}
.base .main {
	float: left;
	width: 70%;
	height: 100%;
	overflow: auto;
	position: absolute;
	left: 300px;
	top: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding: 30px;
}




.t  {
	color: #000000;
	FONT-STYLE: italic;
	LINE-HEIGHT: 130%;
	font-size: 13pt;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
    }
.td {
	line-height: 175%;
	margin: 10px;
	padding: 5px;
    }
textarea,input	{
	BORDER-RIGHT: #c0c0c0 1px solid;
	BORDER-TOP: #c0c0c0 1px solid;
	MARGIN-BOTTOM: 2px;
	BORDER-LEFT: #c0c0c0 1px solid;
	COLOR: #242424;
	BORDER-BOTTOM: #c0c0c0 1px solid;
	BACKGROUND-COLOR: transparent;
	font-size: 100%;
	}
