body {
	font-size: 7.5pt; 
	color: #4b4d51; 
	font-family: "georgia", sans-serif; 
	line-height: 12px;
	text-align: justify;
	background-color: #ffffff;
	background-image: url('images/bg.jpg'); 
	}

table, tr, td {
	font: 7.5pt georgia; 
	color: #4b4d51;
	letter-spacing: 0px; 
	line-height: 12px;
	background-color: #ffffff; 
	text-align: justify
	}

input, textarea, option, select {
	background-color: #bf1d63;
	font: 7.5pt georgia;
	line-height: 12px;
	color: #ffffff;
	letter-spacing: 0px;
	border: 0px solid;
	}

.main {
	position: absolute;
	left: 90px;
	top: 420px; 
	width: 458px;
	border:0px solid;
	padding: 3px;
	background-color: #ffffff
	}
	
.title {
	margin-bottom: 1px; 
	font: bold 9pt georgia; 
	text-transform: uppercase; 
	color: #bf1d63;
	letter-spacing: 3px; 
	text-align: right
	}

a {
	color: #bf1d63; 
	font-weight: normal;
	text-decoration: none
	}
	
a:hover {
	color: #591e56; 
	font-weight: normal;
	text-decoration: none;
	cursor: default;
	}
	
b {
	color: #363636
	}
	
i {
	color: #d56e9b
	}
	
u {
	font-weight: bold; 
	color: #000000; 
	border-bottom: #d7d7d7 1px solid; 
	text-decoration: none
	}
	