body{
    margin: 0px;
	background-image: URL(/img/Bg.gif);
	background-color: #EEEEEE;
}

a{
	text-decoration:   none;
}

a:link{
	text-decoration:   none;
}

a:visited{
	text-decoration:   none;
}

a:active{
	text-decoration:   none;
}

/* table */
.tableFullSize{
	width:  100%;
	height: 100%;
}

.tableCenter{
	margin-left:    auto;
	margin-right:   auto;
}

/* td */
.tdPadding{
	padding:        5px;
}

.tdMiddle{
	vertical-align: middle;
}

.tdTop{
	vertical-align: top;
}

.tdBottom{
	vertical-align: bottom;
}

.tdLeft{
	text-align: left;
}

.tdCenter{
	text-align: center;
}

.tdRight{
	text-align: right;
}

/* mainTable */
.mainTableBorder{
	width:          780px;
	height:         100%;
	margin-left:    auto;
	margin-right:   auto;
	border:         0px;
	vertical-align: middle;
}

.mainTableBorderV{
	width:          1px;
	height:         100%;
	margin-left:    auto;
	margin-right:   auto;
	border:         0px;
	background-color: #888888;
	background-image: URL(img/spacer.gif);
}

.mainTableBorderH{
	width:          100%;
	height:         1px;
	margin-left:    auto;
	margin-right:   auto;
	border:         0px;
	background-color: #888888;
	background-image: URL(img/spacer.gif);
}

.mainTable{
	width:          780px;
	height:         100%;
	margin-left:    auto;
	margin-right:   auto;
	border:         0px;
	vertical-align: middle;
	background-color: #FFFFFF;
}

/* siteTable */
.siteTableHeader{
	width:  780px;
	height: 90px;
	background-color: #CCCCCC;
}

.siteTableMenu{
	width:  780px;
	height: 25px;
	background-color: #CCCCCC;
}

.siteTableContent{
	width:  780px;
	height: 100%;
	background-color: #EEEEEE;
}

.siteTableFooter{
	width:  780px;
	height: 25px;
	background-color: #CCCCCC;
}

/* text */
.textFooter{
	text-decoration: none;
	font-family:     Verdana, Arial, Helvetica, sans-serif;
	font-size:       10;
	color:           #666666;
}

.Text{
	text-decoration: none;
	font-family:     Verdana, Arial, Helvetica, sans-serif;
	font-size:       10;
	color:           #666666;
}

.TextBold{
	text-decoration: none;
	font-family:     Verdana, Arial, Helvetica, sans-serif;
	font-size:       10;
	font-weight:     bold;
	color:           #666666;
}

.TextBoldItalic{
	text-decoration: none;
	font-family:     Verdana, Arial, Helvetica, sans-serif;
	font-size:       10;
	font-weight:     bold;
 	font-style:      italic;
	color:           #666666;
}

.tituloTable{
	text-decoration: none;
	font-family:     Verdana, Arial, Helvetica, sans-serif;
	font-size:       14;
	font-weight:     bold;
	color:           #666666;
}

/* menu*/
.textMenu{
	text-decoration: none;
	font-family:     Verdana, Arial, Helvetica, sans-serif;
	font-size:       12;
	color:           #666666;
}

.textMenuSelected{
	text-decoration: none;
	font-style:      italic;
	font-weight:     bold;
	color:           #FFFFFF;
}

.tdMenuSelected{
	background-color: #666666;
}