a, a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
	line-height: 14px;
	color: Black;
	text-decoration: none;
	cursor : crosshair;
}
a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
	line-height: 14px;
	color: Red;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 16px;
	color: Red;
	text-decoration: none;
	cursor : crosshair;
}
a, a:link.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
	line-height: 26px;
	color: Black;
	text-decoration: none;
	cursor : crosshair;
}
a:active.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 18px;
	color: Red;
	text-decoration: none;
}
a:visited.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
	line-height: 26px;
	color: Gray;
	text-decoration: none;
}
a:hover.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 26px;
	color: Red;
	text-decoration: none;
	letter-spacing: 2px;
	cursor : crosshair;
}
a, a:link.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	line-height: 10px;
	color: Black;
	text-decoration: none;
	cursor : crosshair;
}
a:active.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	line-height: 10px;
	color: Red;
	text-decoration: none;
}
a:visited.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	line-height: 10px;
	color: Red;
	text-decoration: none;
}
a:hover.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	line-height: 10px;
	color: Red;
	text-decoration: none;
	letter-spacing: 1px;
	cursor : crosshair;
}
h1 {
	color: Black;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: normal;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}
h1#title {
	color: Black;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-variant: normal;
	font-weight: bold;
	line-height: 26px;
	text-decoration: none;
	margin-top : 20px;
	text-align : right;
	margin-right : 40px;
}
h2 {
	color: Black;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: normal;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}

h3 {
	color: Gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	line-height: 14px;
	text-decoration: none;
}

body {
	color: Gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 14px;
	background-color: Gray;
	background-position: top;
	background-repeat: no-repeat;
}
img {
	border : 0px none;
}
img.logo{
	float: left;
	width:200px;
	height:38px;
	margin-top : 10px;
	margin-left : 10px;
	border : 0px none;
}
img.photo{
	margin-left : 15px;
	border : 0px none;
}
img.navleft{
	border : 0px none;
	margin-left : 15px;
}
img.navright{
	border : 0px none;
}
P {
	color: Black;
}

div.container{
	margin: 80px auto 0px auto;
	width: 665px;
	height: 450px;
	padding: 0 20px 0px 20px;
	background-color: #ffffff;

}
div.basic{
	margin:10px auto 10px auto;
	background-color : White;
	height : 45px;
}

div.menu{
	margin:5px auto 5px auto;
	background-color : White;
	height :25px;
	border-bottom-color : Gray;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-top-color : Gray;
	border-top-style : solid;
	border-top-width : 1px;
	word-spacing : 20px;
}
div.space{
	margin:0px auto 0px auto;
	background-color : White;
	height :50px;
}
div.lefthead{
	width: 200px;
	background-color : White;
	height :50px;
	float:left;
	text-align : right;
}
div.righthead{
	width: 440px;
	background-color : White;
	height :50px;
	float:left;
	text-align : left;
	margin-left: 20px;
}
div.leftmain{
	width: 200px;
	background-color : White;
	height :100px;
	float: left;
	text-align : right;
}
div.rightmain{
	width: 440px;
	background-color : White;
	height :100px;
	float:left;
	text-align : left;
	margin-left: 20px;
}
