@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-arrow-color:#366ca9;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#366ca9;
	scrollbar-darkshadow-color:#CCCCCC;
	scrollbar-track-color:#366ca9;
}

.tabadmin {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #2D5586;
}
a.menu {
	display: block;
	width: 200px;
	text-decoration: none;
	text-align: center;
	font-family: Verdana;
	color:#FFFFFF;
	font-size: 12px;
	border: solid 1px #FFFFFF;
	text-indent: 5px;
	vertical-align: middle;
}
a.menu:visited {
	display: block;
	width: 200px;
	text-decoration: none;
	text-align: center;
	font-family: Verdana;
	color:#FFFFFF;
	font-size: 12px;
	border: solid 1px #FFFFFF;
	text-indent: 5px;
	vertical-align: middle;
}
a.menu:hover {
	display: block;
	width: 200px;
	text-decoration: none;
	text-align: center;
	font-family: Verdana;
	color:#FFFFFF;
	font-size: 12px;
	border: solid 1px #FFFFFF;
	text-indent: 5px;
	vertical-align: middle;
}
a.menu:active {
	display: block;
	width: 200px;
	text-decoration: none;
	text-align: center;
	font-family: Verdana;
	color:#FFFFFF;
	font-size: 12px;
	border: solid 1px #FFFFFF;
	text-indent: 5px;
	vertical-align: middle;
}
#divadmin {
	text-align: center;
	width: 300px;
	margin: 0 auto;
	margin-top: 20px;
}
#title {
	text-align: center;
	height: 50px;
	width: 720px;
	overflow: hidden;
	background-color: #FFFFFF;
}
#spacer {
	height: 9px;
	width: 720px;
	overflow: hidden;
	background-color: #FFFFFF;
}
#main {
	text-align: justify;
	height: 376px;
	width: 720px;
	overflow: auto;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	color: #003366;
}

#divlogin {
	font-family: verdana;
	font-size: 14px;
	color: #000000;
	text-align: center;
	align: center;
	width: 300px;
	margin: 0 auto;
}

p {
	margin-right: 15px;
}

#divINTRO {
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
}