a:link { font-size: 12px; color: #ff0000; text-decoration: none}
a:visited { font-size: 12px; color: #ff0000; text-decoration: none}
a:hover { font-size: 12px; color: #ff0000; text-decoration: underline}

a.menu:link { font-size: 12px; color: #fff; text-decoration: none}
a.menu:visited { font-size: 12px; color: #fff; text-decoration: none}
a.menu:hover { font-size: 12px; color: #faa74a; text-decoration: none}

a.footer:link { font-size: 11px; color: #6f6f6f; text-decoration: none}
a.footer:visited { font-size: 11px; color: #6f6f6f; text-decoration: none}
a.footer:hover { font-size: 11px; color: #000; text-decoration: underline}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #cdcccf;

}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1b1a1e;
}


.textFooter {
	font-size: 11px;
	color: #6f6f6f;
	}
.textFooter2 {
	font-size: 10px;
	color: #fff;
	}

* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
text-align:center;
min-height:100%;/* for good browsers*/
min-width:100%;/* for good browsers*/
}
#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 465px;
}
#inner {
width: 618px;
height: 480px;
text-align: center;
margin-left:auto;
margin-right:auto;
}

