/* CSS File */

/* Headline font */
font.headline {
        text-decoration:none;
        font-family:verdana,arial,sans-serif;
        font-size:12px;
        color:#000000;
}

/* Main font */
font.main {
        text-decoration:none;
        font-family:verdana,arial,sans-serif;
        font-size:12px;
        color:#ffffff;
}

/* Green font */
font.green {
        text-decoration:none;
        font-family:verdana,arial,sans-serif;
        font-size:12px;
        color:#a6ffa8;
}



/* URL */
a:link {
        text-decoration:none;
        font-family:verdana,arial,sans-serif;
        font-size:9px;
        color:#000000;
}


/* Visited URL */
a:visited {
        text-decoration:none;
        font-family:verdana,arial,sans-serif;
        font-size:9px;
        color:#000000;
}


/* Main URL */
a.main {
        text-decoration:none;
        font-family:verdana,arial,sans-serif;
        font-size:12px;
        color:#a6ffa8;
}

/* Main URL */
a:link.main {
        text-decoration:none;
        font-family:verdana,arial,sans-serif;
        font-size:12px;
        color:#a6ffa8;
}

/* Main URL */
a:visited.main {
        text-decoration:none;
        font-family:verdana,arial,sans-serif;
        font-size:12px;
        color:#a6ffa8;
}

/* Scroll URL */
a.scroll {
	text-decoration:none;
        font-family:verdana,arial,sans-serif;
        font-size:12px;
        color:#a6ffa8;
}

/* Contact URL */
a.contact {
        text-decoration:none;
        font-family:verdana,arial,sans-serif;
        font-size:10px;
        color:#000000;
}


/* Menu table */
td.menu {
	border-top-width:1px;
        border-top-style:solid;
        border-top-color:#000000;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#200040;
        border-right-width:1px;
        border-right-style:solid;
        border-right-color:#200040;
        border-left-width:1px;
        border-left-style:solid;
        border-left-color:#200040;
}


/* Colspan table */
th.colspan {
	text-decoration:none;
        font-family:verdana,arial,sans-serif;
        font-size:12px;
        color:#ffffff;
	background-color:#000000;
        border-top-width:1px;
        border-top-style:solid;
        border-top-color:#000000;
        border-bottom-width:1px;
        border-bottom-style:solid;
        border-bottom-color:#200040;
        border-right-width:1px;
        border-right-style:solid;
        border-right-color:#200040;
        border-left-width:1px;
        border-left-style:solid;
        border-left-color:#200040;
}

/* Black table */
td.black {
        text-decoration:none;
        font-family:verdana,arial,sans-serif;
        font-size:12px;
        color:#ffffff;
        background-color:#000000;
        border-top-width:1px;
        border-top-style:solid;
        border-top-color:#000000;
        border-bottom-width:1px;
        border-bottom-style:solid;
        border-bottom-color:#200040;
        border-right-width:1px;
        border-right-style:solid;
        border-right-color:#200040;
        border-left-width:1px;
        border-left-style:solid;
        border-left-color:#200040;
}


/* Middle table */
td.middle {
        border-top-width:1px;
        border-top-style:solid;
        border-top-color:#200040;
        border-bottom-width:1px;
        border-bottom-style:solid;
        border-bottom-color:#200040;
}


/* Contact */
td.contact {
        text-decoration:none;
        font-family:verdana,arial,sans-serif;
        font-size:10px;
	white-space:nowrap;
        color:#000000;
        border-top-width:1px;
        border-top-style:solid;
        border-top-color:#000000;
        border-bottom-width:1px;
        border-bottom-style:solid;
        border-bottom-color:#200040;
        border-right-width:1px;
        border-right-style:solid;
        border-right-color:#200040;
        border-left-width:1px;
        border-left-style:solid;
        border-left-color:#200040;
}


/* Table */
td.table {
        text-decoration:none;
        font-family:verdana,arial,sans-serif;
        font-size:10px;
        white-space:nowrap;
        color:#000000;
        border-top-width:1px;
        border-top-style:solid;
        border-top-color:#000000;
        border-bottom-width:1px;
        border-bottom-style:solid;
        border-bottom-color:#200040;
        border-right-width:1px;
        border-right-style:solid;
        border-right-color:#200040;
        border-left-width:1px;
        border-left-style:solid;
        border-left-color:#200040;
}


/* Headline */
td.headline {
	text-decoration:none;
	font-family:arial,verdana,sans-serif;
	font-size:10pt;
	color:#FFFFFF;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#000000;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#200040;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#200040;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#200040;
}


/* Contact submit */
input.submit {
	text-decoration:none;
        font-family:verdana,arial,sans-serif;
        font-size:12px;
        color:#000000;
        border:0px;
	background-color:#a6cca8;
        border-top-width:1px;
        border-top-style:solid;
        border-top-color:#000000;
        border-bottom-width:1px;
        border-bottom-style:solid;
        border-bottom-color:#200040;
        border-right-width:1px;
        border-right-style:solid;
        border-right-color:#200040;
        border-left-width:1px;
        border-left-style:solid;
        border-left-color:#200040;
}


/* Contact input */
input.input {
        text-decoration:none;
        font-family:verdana,arial,sans-serif;
        font-size:12px;
        color:#000000;
        border:0px;
        background-color:#a6cca8;
        border-top-width:1px;
        border-top-style:solid;
        border-top-color:#000000;
        border-bottom-width:1px;
        border-bottom-style:solid;
        border-bottom-color:#200040;
        border-right-width:1px;
        border-right-style:solid;
        border-right-color:#200040;
        border-left-width:1px;
        border-left-style:solid;
        border-left-color:#200040;
	width:350px;
}


/* Contact textarea */
textarea.contact {
        text-decoration:none;
        font-family:verdana,arial,sans-serif;
        font-size:10px;
        color:#000000;
        border:0px;
        background-color:#a6cca8;
        border-top-width:1px;
        border-top-style:solid;
        border-top-color:#000000;
        border-bottom-width:1px;
        border-bottom-style:solid;
        border-bottom-color:#200040;
        border-right-width:1px;
        border-right-style:solid;
        border-right-color:#200040;
        border-left-width:1px;
        border-left-style:solid;
        border-left-color:#200040;
	width:350px;
}


/* Contact select */
select.contact {
        text-decoration:none;
        font-family:verdana,arial,sans-serif;
        font-size:10px;
        color:#000000;
        border:0px;
        background-color:#a6cca8;
        border-top-width:1px;
        border-top-style:solid;
        border-top-color:#000000;
        border-bottom-width:1px;
        border-bottom-style:solid;
        border-bottom-color:#200040;
        border-right-width:1px;
        border-right-style:solid;
        border-right-color:#200040;
        border-left-width:1px;
        border-left-style:solid;
        border-left-color:#200040;
	width:350px;
}


/* Middle div */
div.middle {
        padding: 0px;
        margin: 0px;
        height: 400px;
        width: 100&;
        overflow:auto;
}


