body, td, p, div, a, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	color: #E8E8FF;
	font-size: 9px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-align: center;
}

h2 {
	text-align: center;
	text-transform: uppercase;
	background-color: #9A0C00;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

h3 {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

table.user {
	border: 1px solid #444;
}

table.user tr th,table.user tr td {
	border-bottom: 1px solid #fff;
	padding: 2px;
	text-align: left;
}

table.user tr th {
	font-size: 11px;
	vertical-align:middle;
	text-transform: uppercase;
	background-color: #444;
	color: #fff;
}

table.user tr td {
	font-size: 10px;
}

table.hosting tr td {
	font-size: 9px;
	text-align: center;
	border-bottom: 1px solid green;
}

td.title {
	background-color: #000;
	color: #fff;
	text-align: centerl
}

#member {
	background-image: url("../img/my.gif");
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
	color: #444;
	margin-top: 5px;
	text-align: right;
	padding: 2px 10px 2px 2px;
	border-bottom: 1px dotted maroon;
	border-right: 5px solid maroon;
	border-top: 1px dotted maroon;
	background-color: #e2e2e2;
}

/******** LINKS **********/

a:link, a:visited, a:active {
	color: #000080;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.hosting:link, a.hosting:active, a.hosting:visited {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: yellow;
}

a.hosting:hover {
	font-family: tahoma, arial, helvetica, sans-serif;
	color: red;
}


a.bottom:link, a.bottom:active, a.bottom:visited {
	color: yellow;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 5px 0 5px;
}

#member a {
	padding: 0 5px 0 5px;
	text-decoration: none;
}

#member a:link, #member a:active, #member a:visited {
	
}

#member a:hover {
	background-color: maroon;
	color: #fff;
}


/****** FORMS *****/
form {
	margin: 0;
	padding: 0;
}

optgroup {
	font-style: normal;
}

form div label {
	font-size: 12px;
	display: block;
	float: left;
	width: 180px;
	padding-top: 2px;
}

input, textarea {	
	border: 1px solid gray;
	font-size: 12px;
	padding: 1px 2px;
	color: #444;
	margin-bottom: 1px;
}

form div {
	display: block;
	margin: 0 0 2px 5px;
}

.submit {
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
	cursor: pointer;
}

.0 {
	font-weight: bold;
}

.1 {
	font-weight: normal;
}

input.small {
	font-size: 10px;
}

/**** messsages ****/
.error_message {
	color: #fff;
	background-color: red;
	padding: 3px;
	margin: 3px;
	font-size: 12px;
	font-weight: bold;
}

.notice_message {
	color: #fff;
	background-color: blue;
	padding: 3px;
	margin: 3px;
	font-size: 12px;
	font-weight: normal;
}