body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
}

/* Links */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* Headings */
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	text-align: center;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
}

h3 {
	margin: 0px;
	padding: 0px;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
}
h5 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-weight: normal;
	font-size: 9px;
}
h6 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	text-align: right;
	font-size: 9px;
}

/* Self Defined */
.offer {
	font-size: 10px;
	margin: 0px;
	font-weight: normal;
	text-align: center;
	padding: 0px;
}
.offer_title {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.offer_link {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.header {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
.body {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.footer {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.left_title {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #000000;
}
.managedservers_border {
	border: 2px solid #000000;
}
.managedservers_title {
	text-align: center;
	background-color: #FF6600;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 5px;
}
input.btn{
	border: thin outset #000;
	color: #000;
	background-image: url(http://www.tristarservers.com/images/offer2_button.jpg);
	font-size: 10px;
	font-weight: bold;
	height: 22px;
	width: 78px;
	background-repeat: repeat;
	background-position: center center;
}
input.btnhov{
	border: thin inset #000;
	background-image: url(http://www.tristarservers.com/images/offer3_button.jpg);
}

