/* CSS Document */

body{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#00ADF6;
}

.content {
	font-family:  "Tahoma";
	font-size: 13px;
	background-Color:#badbce;
	font-weight: bold;
}

h1, h2, h3, h4, h5{
	margin:0px;
	color:#3399ff;
}

a {
	font-family: "Tahoma";
	font-size: 12px;
	color: #0099FF;
}

a:link {
	text-decoration: none;
}

a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	color: #0099FF;
	text-decoration: none;
}

td, th{
	font-family: "Tahoma";
	color:#000000;
	font-size:12px;
	text-decoration:none;
	line-height:20px;
}

.boderWeb{
	border:1px solid #000000;
}

.menuHeaderOver{
	font-family: "Tahoma";
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background:#990000;
	cursor:pointer;
}

.menuHeaderOut{
	font-family: "Tahoma";
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background:#000000;
}

.txtBlack{
	font-family: "Tahoma";
	font-size:12px;
	color:#000000;
}

.txtWhite{
	font-family: "Tahoma";
	font-size:12px;
	color:#FFFFFF;
}

.txtBaker{
	font-family: "Tahoma";
	font-size:12px;
	color:#3399ff;
	font-weight:bold;
}

.inLoginFC{
	font-family: "Tahoma";
	font-size:12px;
	color:#000000;
	border:1px solid #000099;
	background:#DEF3F8;
}

.bttEmpLogOut{
	font-family: "Tahoma";
	font-size:12px;
	color:#000000;
	border-bottom:1px dashed #000099;
	/*background:#0099FF;*/
	cursor:pointer;	
}

.bttEmpLogOver{
	font-family: "Tahoma";
	font-size:12px;
	color:#ffffff;
	border-bottom:1px dashed #000099;
	background:#0099FF;
	cursor:pointer;	
}

.bttLogin{
	background:url(../images/bttLogin.gif); 
	border:none; 
	cursor:pointer; 
	width:80px; 
	height:25px;
}

.bttAdmin{
	font-family: "Tahoma";
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	background:url(../images/bttBoard.gif); 
	border:none; 
	cursor:pointer; 
	width:100px; 
	height:25px;
}