table{
	font-family: "palatino linotype", Times, serif;
	font-size: 15px;
	color: #000;
	background : #fff;
}

body{
	background-color="#fff";
	font-family: palatino linotype, Times New Roman, Times, serif
	font-size: 15px;
	color: Black;
	overflow-x : hidden;
}

A {
	color: #000000;
	font-family: "palatino linotype", Times, serif;
	font-size: 15px;
	text-decoration: none
}

A:link {
	color: #000000;
	font-family: "palatino linotype", Times, serif;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
}

A:visited {
	color: Black;
	font-family: "palatino linotype", Times, serif;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
}

A:active {
	color: #000000;
	font-family: "palatino linotype", Times, serif;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
}

A:hover {
	color: #555555;
	font-family: "palatino linotype", Times, serif;
	font-size: 15px;
	text-decoration: overline;
	font-weight: normal;
}

table {
	border-color: #fff;
	border-bottom-style : solid;
	border-bottom-color : #fff;
	border-bottom-width : medium;
	border-collapse : separate;
	border-left-color : #fff;
	border-left-style : solid;
	border-left-width : medium;
	border : medium solid #fff;
	border-right-color : #fff;
	border-right-style : solid;
	border-right-width : medium;
	border-style : solid solid solid solid;
	border-top : medium solid #fff;
	border-top-color : #fff;
	border-top-style : solid;
	border-top-width : medium;
}

input {
	border : 1px solid #ffffff;
	background-color : #fff;
	font-family : "palatino linotype", Times, serif;
	font-size : 12px;
}

textarea {
	background-color : #fff;
	border : 1px solid #fff;
	font-family : "palatino linotype", Times, serif;
	font-size : 12px;
	scrollbar-3d-light-color : #834b4b;
	scrollbar-arrow-color : #834b4b;
	scrollbar-base-color : #caa7a7;
	scrollbar-dark-shadow-color : #834b4b;
	scrollbar-face-color : #F5F5F5;
	scrollbar-highlight-color : #F5F5F5;
	scrollbar-shadow-color : #F5F5F5;
}

hr{
	color : #cdcdcd;
	width : 35%;
	height : 2;
}

h3 {
	color: #000;
	font-family: palatino linotype, sans-serif;
	font-size: 20px;
	font-weight: normal;
}