div.margin  {
    margin: 10px,10px,10px,10px
} 

i {
    font-size: 14;
    font-weight: bold;
}   
    
html,body {
    color:#fff;
    margin:0px;
    background-image: url(../images/homeBG.gif);
    background-repeat: no-repeat;      
    height:100%;
    width: 1260px;
   /* overflow : hidden;*/
}

a {
    color:fff;
}

div, td, tr, body, html {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}

p strong, b, body, td, tr, table, div, html {
    color:#fff;
}

#errorarea {
    /*background-color: yellow;*/
    /*background-color: #fdda63;*/
    background-color: #fcc819;
    width: 400px;
    height: 150px;
    position:absolute;
    top:90px;
    left:70px;
    z-index: 10;
    display:none;
    border-color: black;
    border-width: 2;
    border-style:solid;    
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#errorbutton {
    position:absolute;
    top:110px;
    left:170px;
    width:40px;
}

#errortext {
    text-decoration: none;
    font-weight: bolder;
    /*color:red;*/
    color:#028dcb;
    position:relative;
    left:10px;
    top:10px;
    font-size: 13;
}

#brin {
    font-weight: bolder;
    color: #fcc819;
    left: 50px;    
}

#report {
    background-color: white;
    color:black;
    height:200px;
}

#reporttd {
    background-color: white;
    color:black;
    height:25 px;
}

#activesection {
    background-color: #67bbe0;
}

a {
    color:#fff;
    font-weight: bolder;
    text-decoration: none;    
}

a.visited {
    color:#f0f0f0;
}

a:hover {
    text-decoration: underline;
    /*background-color: #67bbe0;*/
}

td {
    vertical-align: top; 
}

#menu {
    position: absolute;
    z-index:3;
    top: 64px;
    left: 290px;
    z-index: 998;
}

#maincontent {
    position: absolute;
    z-index:3;
    width: 600px;
    height: 870px;
    top: 195px;
    left: 90px;
    /*overflow: scroll;*/
    border-color: black;
    border-width: medium;
}

.flvidwr {
	position: absolute;
	z-index:4;
	left: 620px;
	width: 180px;
	top: 100px;
}

.flvid {
	border: 1px #000000 solid;
}

#logo {
    position: absolute;
    left: 2px;
    top: 4px;
    z-index:4;
    background: transparent;    
}

form table tr td {
    padding: 0px 10px 0px 10px;
}

form table td a:hover {
    text-decoration: underline;
}

.label {
    font-size: 12px;
}

