* {
    font-family: Arial, Tahoma, serif;
    font-size:12px;
    color: #000000;
}

p, body, form {
    margin:0;
    padding:0;
}

body {
    background: #6EC600;
    margin-bottom: 30px;
}
h1, h2 {
    margin: 0;
    font-weight:normal;
    border-bottom:1px dashed #000000;
    padding-left:10px;
}
h1 {
    padding-bottom: 5px;
    margin-bottom: 4px;
    font-size:24px;
    width: 400px;
}

h2 {    
    padding-bottom:1px;
    font-size:18px;
    margin-bottom: 20px;
    width: 605px;
}

h3 {
    font-size:16px;
    color:#DDFAB8;
    padding-left:10px;
    padding-bottom:4px;
    border-bottom:1px dashed #000000;
    width: 620px;
}

a {
  color: #000000;
  text-decoration:none;
}

a:hover {
  text-decoration:none;
  color: #6EC600;
}

img {
  border:0px;
}

/* frontpage */
#mainw {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -220px;
    margin-left: -365px;
    width:730px;
    height:440px;
    text-align: left;
    background:#FFFFFF;
}

.topadd {
    height:10px;
    overflow:hidden;
}
.topadd2 {
    height:23px;
    overflow:hidden;
}
.frontw {
    margin-bottom:10px;
    margin-left:10px;
    margin-right:10px;
}

.pline {
    background:#AADD69;
    height:3px;
    overflow:hidden;
    clear: both;
}

#flogo {
    float: right;
}

#welcomeText {
    float: left;
    margin-bottom: 22px;
    width: 440px;
}

.liner{
    width: 710px;
    height: 340px;
    padding-top: 15px;
    background: url(/images/lines.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.fronttable {
    width: 710px;
    height: 306px;
}
.fronttable td {
    vertical-align: bottom;
    color: #94E600;
    padding: 15px;
    padding-left: 20px;
}

#animation {
    padding-top:5px;
    width:710px;
    height:340px;
}

#noflash {
    
    background: url(/images/front.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 710px;
    height:340px;
}
