@charset "UTF-8";
/* CSS Document */
body, div, p, li, table, th, td, input[type=text], input[type=password], textarea {
	font-size:12px;
	line-height: 18px;
}
h1 {
	font-size: 36px;
    line-height:40px;
}
h2 {
	font-size: 24px;
    line-height:28px;
}
#footer p, p.uplink, .news_read_more {
	font-size:11px;
}
div#shade {
    background-color:black;
    position:fixed;
    opacity:0.7;
    z-index:100;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    filter: alpha(opacity=70);
}
div#media-manager {
    position:absolute;
    width:550px;
    z-index:200;
    text-align:right;
}
#media-manager a {
    text-decoration:none;
    font-family:Arial;
    background-color:#fff;
    color:#000;
    font-weight:bold;
    display:inline-block;
    padding:4px 10px;
}
#media-manager a:hover {
    background-color:#000;
    color:#fff;
}
div#flash-holder {
    background-color:#fff;
    color:#000;
    text-align:center;
    padding:50px;
    font-size:14px;
}