BODY{
	background-color : White;
	color : White;
}
img{
	color : Silver;
}
.headerBtnVoip{
	background-image: url(img/header.btn.voip.jpg);
	background-position : center;
	background-repeat : no-repeat;
}
.headerBtnDialup{
	background-image: url(img/header.btn.dialup.jpg);
	background-position : center;
	background-repeat : no-repeat;
}
.headerBtnBalance{
	background-image: url(img/header.btn.balance.jpg);
	background-position : center;
	background-repeat : no-repeat;
}
.headerBtnWeb{
	background-image: url(img/header.btn.web.jpg);
	background-position : center;
	background-repeat : no-repeat;
}
INPUT.headerBtnSearch{
	background-image : url(img/header.btn.search.gif);
	background-repeat : no-repeat;
	cursor: hand;
	height : 22px;
	width : 51px;
	border : none;
	font: 8pt Arial;
	letter-spacing: 1px;
	color : #979797;
	margin-left : 8px;
}
INPUT.headerSearch{
	background-color : #fafafa;
	border : 1px solid #979797;
	height : 22px;
	width : 120px;
	font: 8pt Arial;
	letter-spacing: 1px;
	color : #3F4198;
}
a{
	font: 9pt Arial;
	color: #3F4293;
}
p, TD{
	font: 9pt Arial;
	color : #5A5A5A;
}
p.head{
	font: bold 9pt Arial;
	color : #5A5A5A;
	letter-spacing: 1px;
}
TD.content{
	padding: 20px;
}
.calselected{
	border: 1px solid #246CBD;
	background: #246CBD;
	color: #EFF7FC;
	text-decoration : none;
}
.calmounth{
	font: bold 9pt MS Sans Serif;
	color : #246CBD;
	cursor: default;
}
a.calnormal{
	color : #246CBD;
	text-decoration : none;
}
a.calnormal:hover{
	color: #246CBD;
	text-decoration : underline;
}
.calnone{
	font: normal 9pt MS Sans Serif;
	border: 1px solid #EFF7FC;
	color: #BCD4EC;
	cursor: default;
}
.caltoday{
	border: 1px solid #246CBD;
	color : #246CBD;
	cursor: default;
}
TABLE.menuSelected_news{
	width : 203px;
	background-color : #EFF7FC;
	background-image : url(/img/menu.bg.news.gif);
	background-repeat : repeat-y;
}
a.menuLink_news{
	font: bold 9pt MS Sans Serif;
	color : #246CBD;
	text-decoration : none;
	width : 193px;
	padding-left : 11px;
	padding-top : 4px;
	padding-bottom : 5px;
	background-color : #EFF7FC;
}
a.menuLink_news:hover{
	background-color : #FDFEFF;
}
TD.menuSelected_about{
	font: bold 9pt MS Sans Serif;
	color : #08510B;
	width : 193px;
	padding-left : 11px;
	padding-top : 4px;
	padding-bottom : 5px;
	background-color : #B6F2BB;
	vertical-align : middle;
}
a.menuLink_about{
	font: bold 9pt MS Sans Serif;
	color : #2D9034;
	text-decoration : none;
	width : 193px;
	padding-left : 11px;
	padding-top : 4px;
	padding-bottom : 5px;
	background-color : #EEFCEF;
}
a.menuLink_about:hover{
	background-color : #FDFFFD;
}
TD.menuSelected_services{
	font: bold 9pt MS Sans Serif;
	color : #860970;
	width : 193px;
	padding-left : 11px;
	padding-top : 4px;
	padding-bottom : 5px;
	background-color : #F2D2EF;
	vertical-align : middle;
}
a.menuLink_services{
	font: bold 9pt MS Sans Serif;
	color : #B931A9;
	text-decoration : none;
	width : 193px;
	padding-left : 11px;
	padding-top : 4px;
	padding-bottom : 5px;
	background-color : #FCF4FB;
}
a.menuLink_services:hover{
	background-color : #FFFEFF;
}
TD.menuSelected_client{
	font: bold 9pt MS Sans Serif;
	color : #8F5800;
	text-decoration : none;
	width : 193px;
	padding-left : 11px;
	padding-top : 4px;
	padding-bottom : 5px;
	background-color : #F8F2BA;
	vertical-align : middle;
}
a.menuLink_client{
	font: bold 9pt MS Sans Serif;
	color : #BF9606;
	text-decoration : none;
	width : 193px;
	padding-left : 11px;
	padding-top : 4px;
	padding-bottom : 5px;
	background-color : #FDFCEF;
}
a.menuLink_client:hover{
	background-color : #FFFFFD;
}
TD.formTable{
	font: bold 9pt MS Sans Serif;
	color : #7E7E7E;
	width : 30%;
	vertical-align : top;
	padding-top : 0px;
	margin-top : 10px;
}
INPUT.formButton{
	background-image : url(img/form.btn.bg.gif);
	background-repeat : repeat-x;
	cursor: hand;
	height : 23px;
	border: 1px solid #7E7E7E;
	font: 11pt MS Sans Serif;
	color : #7E7E7E;
	text-transform : lowercase;
	letter-spacing : 1px;
	width : 100px;
}
INPUT.formInput{
	border: 1px solid #7E7E7E;
	font: 11pt MS Sans Serif;
	height : 23px;
	width : 100%;
	color : Black;
	padding-top : 2px;
	padding-left : 3px;
	margin-bottom : 10px;
}
TEXTAREA.formTextarea{
	border: 1px solid #7E7E7E;
	font: 11pt MS Sans Serif;
	width : 100%;
	color : Black;
	padding-left : 3px;
	SCROLLBAR-HIGHLIGHT-COLOR: #e0e0e0;
	SCROLLBAR-SHADOW-COLOR: #c0c0c0;
	SCROLLBAR-3DLIGHT-COLOR: white;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: white;
	SCROLLBAR-DARKSHADOW-COLOR: white;
	SCROLLBAR-BASE-COLOR: #e0e0e0;
	margin-bottom : 10px;
}
SELECT.formCombo{
	height : 23px;
	swidth : 100%;
	color : Black;
	font: 11pt MS Sans Serif;
	margin-bottom : 10px;
}
SELECT.formComboSmall{
	height : 23px;
	color : Black;
	font: 11pt MS Sans Serif;
	margin-bottom : 10px;
}
