/* ===== BODY ===== */
body{
	margin: 0px;
	background-color: #FFFFFF;
}

/* ===== FONTS ===== */
body, td, div, span, p, textarea {
	font-family: MS Sans Serif, Geneva, sans-serif;
	font-size: 12px;
}

a{
	color: #000000;
}
a:hover{
	color: #666666;
}

a.menu{
	display: block;
	height: 27px;
	line-height: 25px;
	text-indent: 13px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}
a.menu:hover{
	color: #CCCCCC;
}

/* ====== DIV ======= */
div.menu{
	font-family: Verdana;
	font-size: 10px;
	height: 27px; 
	background-image: url(images/background_menu.jpg);
}
div.panel{
	width: 100%;
	height: 170x; 
	background-image: url(images/background_panel.gif);
}
div.phone{
	height: 100px;
	background-image: url(images/menu_phone.gif); 
	background-repeat: no-repeat; 
	background-position: bottom left;
}
div.phone img{ margin-top: 20px; }
div.phoneBottom{
	height: 50px; 
	background-image: url(images/menu_bottom.gif); 
	background-repeat: no-repeat; 
	background-position: top left;
}
div.menuBottom{
	font-family: Verdana;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}
div.copyright{
	font-family: Verdana;
	font-size: 9px;
	text-align: center;
	padding: 3px;
	color: #888888;
}
div.pageTitle{
	background-position: center;
	background-repeat: no-repeat;
	height: 40px;
}

/* ===== TABLES ===== */
table{
	border-width: 0px; 
	border-collapse: collapse;
}
table.main{
	width: 700px;
	height: 100%;
}

/* ===== TD ===== */
td{
	padding: 0 0 0 0;
}
td.bgLeft{
	width: 150px;
	background-image: url(images/background_left.gif);
}
td.borderLeft{
	width: 7px;
	background-image: url(images/border_left.gif);
}
td.borderHor{
	height: 7px;
	background-image: url(images/border_horizontal.gif);
}
td.logo{
	height: 95px; 
	width: 540px; 
	background-image: url(images/background_logo.gif); 
	background-repeat: no-repeat; 
	background-position: top right; 
	vertical-align: bottom;
}

img.border{
	border: 1px solid #888888;
}

/* ===== INPUT ===== */
input, textarea, select{
    color: #000000;
    border: 1px solid #CCCCCC;
    font-size: 10px;
}
input.button{
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
}

