/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #D4D4D4 url(../graphics/bg.gif) repeat-x;
	font-size: 100%;
}

table tr td {
	font-size: 0.8em;
	font-family: Century Gothic, Arial, Tahoma, Verdana;
	color: #000;
}

hr {
	border-top: 1px dashed #CCC;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

a {text-decoration: none; color: #BA382B;}
a:hover {text-decoration: none; color: #000;}

.WS-top-td {
	height: 31px;
	padding: 0 10px 0 0;
}

/* ---------- NAVIGATION STARTS ---------- */
.WS-navigation {
	background: #FFF url(../graphics/nav-bg.gif) no-repeat;
	height: 40px;
}

.WS-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 5px;
	width: auto;
	text-align: center;
}

.WS-navigation ul li {
	padding: 0;
	margin: 0;
	float: left;
}

.WS-navigation ul li a {
	float: left;
	color: #FFF;
	text-decoration: none;
	padding: 0 13px;
	height: 40px;
	line-height: 40px;
	display: block;
}
.WS-navigation ul li a:visited {color: #FFF;}
.WS-navigation ul li a:hover {
	background: url(../graphics/nav-ro-bg.gif) repeat-x;
}
/* ---------- NAVIGATION ENDS ---------- */

.WS-content {
	background: #FFF url(../graphics/content-bg.gif) repeat-y;
	height: 300px;
	padding: 10px 20px;
}

.WS-content-footer {
	background: #FFF url(../graphics/footer-bg.gif) no-repeat bottom;
	height: 30px;
}
.WS-content-footer a {text-decoration: none; color: #BA382B;}
.WS-content-footer a:hover {text-decoration: underline; color: #BA382B;}

.WS-footer {
	padding: 10px;
	font-size: 0.65em;
}
.WS-footer a:link {text-decoration: underline; color: #000;}
.WS-footer a:visited {text-decoration: underline; color: #000;}
.WS-footer a:hover {text-decoration: none; color: #000;}
.WS-footer a:active {text-decoration: underline; color: #000;}

.TXT-header-red {font-size: 1.3em; color:#BA382B; font-weight: bold;}
.TXT-header-black {font-size: 1.3em; color:#000; font-weight: bold;}

.TXT-Prices span{
	color: #2A63B2;
	font-size: 1.8em;
	font-weight: bold;
}
.TXT-Prices  {
	color: #999;
	font-size: 0.8em;
	font-weight: normal;
}
.TXT-Subscribers {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background: #FBFEFF;
	padding: 14px 5px;
}
.TXT-SendingLimit {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background: #FBFEFF;
	padding: 14px 5px;
}
