body {
	font-family: Verdana;
	font-size: 10px;
	cursor: default;
	color: #5D263B;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #ECECEC;
	scrollbar-track-color: #ECECEC;
	background-image: url(images/pattern-.jpg);
}
a {
	font-family: Verdana;
	font-size: 10px;
	color: #FF4C68;
	text-decoration: none;
	cursor: ne-resize;
	font-weight: bold;
}

a:hover { 
	color: #000000;
	text-decoration: line-through;
}

h1 {
	color: #000000;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 10px;
	text-align: left;
	padding: 2px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #FF4C68;
	background-color: #FFFFFF;
	display: block;
	width: 100%;
}

h2 {
	color: #000000;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 10px;
	text-align: left;
	padding: 2px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #FF4C68;
	background-color: #FFFFFF;
	display: block;
	width: 100%;
}


.table {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border-color: #610027;
	border-style: none;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 0px;
	border-bottom-width: 2px;
	padding: 8px;
}

.table2 {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: #610027;
	border-style: none;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 0px;
	border-bottom-width: 2px;
	padding: 5px;
}

.nav {
	color: #91908E;
	font-family: Verdana;
	font-size: 14px;
	text-decoration: none;
	border-color: #91908E;
	border-style: solid;
	border-width: 1px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	
}

.nav:hover {
	color: #FF4C68;
	font-family: Verdana;
	font-size: 14px;
	text-decoration: none;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
