
html, body { 
	height:100%; 
	margin: 0; 
	padding: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333
}
tr { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333}
td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333}
.fullheight{
   background-color: #DEE0DF;
   border-width: 0 1px;
   height:100%;
   margin: 0 auto;
}
.fullheight_missing{
   background-color: #FFFFFF;
   border-width: 0 1px;
   height:100%;
   margin: 0 auto;
}
a:link { color: #0F4295; text-decoration: underline}
a:visited { color: #0F4295; text-decoration: underline}
a:hover { color: #4387D2; text-decoration: underline}
a.mi:link { color: #333333; text-decoration: underline}
a.mi:visited { color: #333333; text-decoration: underline}
a.mi:hover { color: #999999; text-decoration: underline}

.f9 { font-family: "Verdana", "Arial", "Times New Roman"; font-size: 8px}
.f10 { font-family: "Verdana", "Arial", "Times New Roman"; font-size: 10px}
.f11 { font-family: "Verdana", "Arial", "Times New Roman"; font-size: 11px}
.f12 { font-family: "Verdana", "Arial", "Times New Roman"; font-size: 12px}
.f15 { font-family: "Verdana", "Arial", "Times New Roman"; font-size: 15px}
.f11s { font-family: "ËÎÌå", "Verdana", "Arial", "Times New Roman"; font-size: 11px}
.f12s { font-family: "ËÎÌå", "Verdana", "Arial", "Times New Roman"; font-size: 12px}
.homebackground1{ 
	background-color:#030303;
	background-image:url(/images/waves1.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.homebackground2{ 
	background-color:#030303;
	background-image:url(/images/waves2.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.homebackgroundmusic{ 
	background-color:#030303;
	background-image:url(/images/waves_music.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.obox_contact {
	width: 400px;
	height: 300px;
	padding: 20px 20px 20px 20px;
}
div.box {
     /*Any properties you'd want the box to have.*/
     /*Would probably be position, dimension type stuff.*/
     /*Though personally I would have a div outside this
       to control the dimensions.*/
	position: relative;
	width: 100%;
	height: 100%;
}
div.box_contents {
	background-color:transparent;
	height: 100%;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 101;
}
div.box_bg {
     background-color: #888899;
     height: 100%;
     filter:alpha(opacity=60);
     left: 0px;
     opacity: 0.6;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 99;
}
.table_main {
	border: solid 1px #FFFFFF;
	width: 100%;
	height: 100%;
}
