@charset "utf-8";
/* CSS Document */

a{color:#00CC66; text-decoration:none;}
a:link {color:#00CC66; text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {border:0px; outline:none;}
a:focus {border:0px; outline:none;}
a:visited {color:#00CC66;}	

a img{
	opacity:.8;
	filter:alpha(opacity=80);
	border:none;
}
a:hover img{
	opacity:1;
	filter:alpha(opacity=100);
}

table{font-size:13px;font-family:"Trebuchet MS", Calibri; padding:2px;}

p{font-size:14px;font-family:"Trebuchet MS", Calibri; padding:2px;}

ul{font-size:14px;}

h1{margin:0 auto; font:"Trebuchet MS", Calibri; font-size:19px; color:#FFFFFF;}
h2{color:222; margin:7px; font:"Trebuchet MS", Calibri; font-size:17px;}
h4{color:#FFFFFF; margin:1px;; font:"Trebuchet MS", Calibri; font-size:15px;}
h5{margin:1px; color:#888; font:"Trebuchet MS", Calibri; font-size:15px;}

.arial{font-family:Arial, Helvetica, sans-serif;}

.blue-heading{
font-size:16px;
font-weight:bold;
color:#0099CC;
}
.light-blue {color:#3399FF;}
.green {color:#008000;}
.white {color:#FFF;}
.red {color:#CE0000;}




#search {position:relative; width:700px; margin-top:10px;}

/* Cornered Box */
.t {background: url(images/cornered/top.png) 0 0 repeat-x; }
.b {background: url(images/cornered/side.png) 0 100% repeat-x}
.l {background: url(images/cornered/side.png) 0 0 repeat-y; }
.r {background: url(images/cornered/side.png) 100% 0 repeat-y}
.bl {background: url(images/cornered/bl.png) 0 100% no-repeat}
.br {background: url(images/cornered/br.png) 100% 100% no-repeat}
.tl {background: url(images/cornered/topl.png) 0 0 no-repeat}
.tr {background: url(images/cornered/topr.png) 100% 0 no-repeat; padding:10px} 

.t2 {background: url(images/cornered/side.png) 0 0 repeat-x; }
.b2 {background: url(images/cornered/top.png) 0 100% repeat-x}
.l2 {background: url(images/cornered/side.png) 0 0 repeat-y; }
.r2 {background: url(images/cornered/side.png) 100% 0 repeat-y}
.bl2 {background: url(images/cornered/topr.png) 0 100% no-repeat}
.br2 {background: url(images/cornered/topl.png) 100% 100% no-repeat}
.tl2 {background: url(images/cornered/tl.png) 0 0 no-repeat}
.tr2 {background: url(images/cornered/tr.png) 100% 0 no-repeat; padding:10px} 

#small_cell {position:relative; width: 150px;}
#small_cell2 {position:static; width: 150px; padding-top:20px;}
#small_cell3 {position:static; width: 150px; top:330px;}
