body{
	padding:10px;background-image: url(../../gfx/background.png);background-repeat:repeat;margin:auto;text-align:center;
	font-family:Arial, Helvetica, sans-serif;font-size:12px;	
}

.mainTable{
	width:990px;height:630px;padding:0px;
}
.mainTable .header{
	height:130px;background:url('../../gfx/header.jpg');
}
.mainTable .content{
	height:500px;vertical-align:top;text-align:left;background:white;padding:0px;
}
.mainTable .content .contentTable{
	width:990px;height:500px;padding:0px;
}
.footer{
	width:990px;height:50px;background:#8d3658;
	}
.footer p{
	color:white;font-size:11px;padding:10px;
}
.button{
	background:url('../../gfx/button.png');width:280px;height:40px;margin-bottom:3px;
}
.button p{
	display:block;font-size:16px;font-family:Tahoma;font-weight:bold;color:#8d3658;font-variant:small-caps;cursor:pointer;margin:0px;padding:10px;
	}
.button p a:active,a:visited,a:link{
	display:block;text-decoration:none;color:#8d3658;
}
.button p:hover{
	background:url('../../gfx/buttonOS.png');color:#bb4c77;
} 
.location{
	float:right;
}
.location p{
	font-weight:bold;color:black;font-size:18px;font-variant:small-caps;color:#2d5cc7;margin:0px 10px 0px 0px;
}
.location p span{
	font-size:11px;font-variant:normal;
}
.right{
	width:650px;height:100%;
}
.right td{
	padding:5px;width:100%;height:100%;vertical-align:top;text-align:left;
}
.showHead{
	border-bottom:1px solid black;text-align:left;padding:5px;
}
.showHead p{
	margin:0px;font-weight:bold;font-size:13px;color:#bb4c77;
}
.container{
	margin-bottom:10px;
}
.select{
    text-align:left;background:#bb4c77;display:inline-block;width:100%;margin-bottom:5px;
    } 
.choice{
   text-align:center;width:75px;border-right:1px dotted white;color:white;float:left;
    } 
.choice a{
    color:white;display:block;cursor:pointer;padding:10px;
    }
.choice:hover{
    background:#cc5d77;
    }
.entry{
    font-size:15px;color:#2d5cc7;font-weight:700pt;cursor:pointer;margin:0px;
    }
.entry a{
    display:block;padding:10px
    }
.entry:hover{
    background:#f7eac8;
    }
.divider{
width:190px;float:left;border-right:1px dotted gray;margin-right:10px;padding:5px;
}