/* CSS Document */

body,td,th {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background: #333333 url(images/bg_page.gif);
	margin: 0; padding: 0;
}
a { color: #0099CC; text-decoration: none; }
a:hover { color: #CC0000; }

h1 { color: #CC0000; font-size: 36px; font-weight: bold; margin: 0 0 10px 0; letter-spacing: -2px; }
hr { border-top: #CCCCCC 1px solid; border-bottom: none; height: 1px; margin: 0 0 10px 0; width: 40%; }
p { margin: 0 0 10px 0; line-height: 2; }

.red { color: #CC0000; }
.blue { color:#0099CC; }
.silver { color: #CCCCCC; }

.m { font-size: 18px; }
.l { font-size: 24px; }
.xl { font-size: 36px; }

#body {
	background: #FFFFFF url(images/bg_body.gif) center repeat-y;
	width: 920px;
}
#logo { background: url(images/header_bg.gif) repeat-x; height: 100px; text-align: left; width: 920px; }
#navigation { background: url(images/bar_silver.gif) repeat-x; height: 40px; font-size: 18px; letter-spacing: -1px; line-height: 40px; width: 920px; }
	#navigation a { color: #333333; font-weight: bold; margin: 0 20px 0 0; }
	#navigation a:hover { color: #CC0000; }
#header { background: url(images/header_servers.jpg); height: 150px; width: 920px; }

#content { padding: 20px; text-align: left; }

.planinfo { background: url(images/bg_plans.gif) bottom no-repeat; color: #FFFFFF; letter-spacing: -1px; padding: 10px; }

.row { background: #E5F5FA; letter-spacing: -1px; line-height: 50px; }
.altrow { background: #CCEBF5; letter-spacing: -1px; line-height: 50px; }

.bluegradient { background: url(images/gradient_blue.gif) top repeat-x; padding: 10px; }

#footer { background: url(images/bar_gray.gif) repeat-x; clear: both; color: #FFFFFF; height: 40px; line-height: 40px; width: 920px; }