/* CSS Document */
body{
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) top left;
}

body, table, input, textarea, select, div, p, ul, ol{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px
}

p,ul,ol{margin:10px 0; padding:0}

a{text-decoration:underline}
a:hover{text-decoration:none}
a img{border:0}

#bottomInfo{font-size:10px; color:#FFFFFF}
#bottomInfo a{color:#FFFFFF}

#menuTBL{font-size:11px; color:#FFFFFF;}
#menuTBL a{color:#FFFFFF; text-decoration:none; }

#menuTBL td.out{
	padding-left:16px;
	background:url(../images/squares.gif) no-repeat left #041F79;
	cursor:pointer;
	width:120px;
}

#menuTBL td.over{
	padding-left:16px;
	background:url(../images/squares.gif) no-repeat left #fe7404;
	cursor:pointer;
	width:120px;
}

.frameTBL{width:100%}
.frameTBL td.frameTBLTitle{background:url(../images/bg-title.jpg); height:30px; padding:0 5px}
.frameTBL td.frameTBLContent{text-align:justify; text-indent:25px}

.title { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight:bold}
.subtitle { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight:bold}