body{
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color:#000;
}

form{
    margin:0px;
    padding:0px
}

a{
    font-size: 12px;
    color:#0278b1;
    text-decoration: none;
}

a:hover{text-decoration: underline}

*.black12{
    font-size: 12px;
    color:#000;
    text-decoration: none;
}

a.black12:hover{text-decoration: underline;}

*.grey10 {
    font-size: 10px;
    color:#bbb;
    text-decoration: none;	
}

*.white10{
    font-size: 10px;
    color:#fff;
    text-decoration: none;
}

*.white12{
    font-size: 12px;
    color:#fff;
    text-decoration: none;
}

a.white12:hover{text-decoration: underline;}

*.orange12{
    font-size: 12px;
    color:#ff8a00;
    text-decoration: none;
}

*.red12{
    font-size: 12px;
    color:#cf0000;
    text-decoration: none;
}

a.red12:hover{text-decoration: underline;}

div.left_menu{
    background-color:#09c;
    height:25px;
    border-bottom:1px solid #fff;
    margin-left:45px
}

img.left_menu_img{
    margin:0px 7px 0px 10px;
    vertical-align:middle;
    width:7px;
    height:25px;
    border:none
}

div.mini_menu{
    background-color:#c2deec;
    height:25px;
    border-bottom:1px solid #fff;
    margin-left:45px
}

img.mini_menu_img{
    margin:0px 13px 0px 22px;
    vertical-align:middle;
    width:7px;
    height:25px;
    border:none
}

input.find{
    width:98%;
    border:1px solid #acacac;
    font-size: 10px;
}
textarea.find{
    width:98%;
    border:1px solid #acacac;
    font-size: 10px;
}
input.button1 {
	background-color:#f4f4f2;
	width:120;
	height:19;
	font-size:10px;
	border-style:solid;
	border-width:1px;
	border-color:#0099cc
}
select.var1 {
	width:150;
	height:19;
	font-size:10px;
	border-style:sloid;
	border-width:1px;
	border-color:black	
}
table.phorum {
	background-color: #0099cc;
	width:100%;
	border:0;
	cellspacing:1px;
	cellpadding:0px;
    font-size: 12px;
    color:#000;
    text-decoration: none;
}