/* CSS Document */

body {
 	margin: 0px;
	padding: 0px;
	background: #ffffff url(/img/bg.jpg) repeat top left;
	font: normal 12px/12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	}

.transparente {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

table {
	margin: 0px;
	padding: 0px;
	}

td {
	margin: 0px;
	padding: 0px;
	}

table {
    border: none;
	margin: 0px;
	padding: 0px;
	}

input,select,textarea {
	font: normal 10px/12px Arial, Helvetica, sans-serif;
	color: #7A7A7A;
	padding-right: 10px;
	border: 1px solid #999;
	}

a, a:active, a:visited {
	font: normal 12px/12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	}
a:hover {
	color: #ccccFF;
	text-decoration: underline;
	}

#main_table {
	margin: 0px; 
	padding: 0px; 
	}

.error {
	display: block;
	font: bold 10px/12px "Courier New", Courier, monospace;
	color: #990033;
	background-color: #CC9999;
	border: 1px solid #990033;
	text-align: center;
    margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 80%;
	}
	
.error_blue {
	display: block;
	font: bold 10px/20px Georgia, "Times New Roman", Times, serif;
	color: #3333FF;
	background-color: #EEEEFF;
	border-bottom: 1px solid #3333FF;
	text-align: center;
    margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
	}

.link {
	text-decoration: none;
	cursor: pointer;
	color: #666666;
	font-weight: bold;
	}
	
.lnk {
	cursor: pointer;
	}

h1 {
	font-family:"Arial", Helvetica, sans-serif;
	color: #aaaaaa;
	font-size: 12px;
	padding: 0px; 
	margin: 0px; 
	display: inline; 
	font-weight:normal;
	cursor:pointer;
}

h3 {
	font-family:"Arial", Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0px; 
	margin: 0px; 
	display: inline; 
	font-weight:normal;
	cursor:pointer;
}

.menu {
	font-family:"Arial", Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0px; 
	margin: 0px; 
	display: inline; 
	font-weight:normal;
	cursor:pointer;
}

.bullet {
   color: #61bbd3;
   font-weight: bold;
}

.foot {
	font-family:"Arial", Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	padding: 0px; 
	margin: 0px; 
	display: inline; 
	font-weight:normal;
}

.foot a {
    text-decoration: none;
	font-style: none;
	color: #000;
}

.foot a:visited {
    text-decoration: none;
	font-style: none;
	color: #000;
}

.foot a:active {
    text-decoration: none;
	font-style: none;
	color: #000;
}

.foot a:hover {
	color: #3399FF;
}

h2 {
	font: normal 12px/14px "Arial", Helvetica, sans-serif;
	color: #999999;
	padding: 0px; 
	margin: 0px; 
	display: inline; 
}

input {
    background-color: #ffffff;
	color: #666666;
	font: normal 12px/14px "Courier New", Courier, monospace;
	height: 14px;
	width: 185px;
	border: none;
}

textarea {
    background-color: #ffffff;
	color: #666666;
	font: normal 12px/14px "Courier New", Courier, monospace;
	height: 60px;
	width: 185px;
	border: none;
}

select {
    background-color: #ffffff;
	color: #666666;
	font: normal 12px/14px "Courier New", Courier, monospace;
	height: 14px;
	width: 60px;
	margin-right: 5px;
	padding: 0px;
	border: none;
}

.form_tag {
    display: block;
	margin: 4px 0px 2px 2px;
	color: #ffffff;
	font: normal 10px/10px Arial, Helvetica, sans-serif;
}