/* ########## GENERAL ########## */ 			

body {
	text-decoration:  none;
	font-style:       normal;
	font-family:      arial,helvetica,sans-serif;
	font-size:        11px;
	color:            808080;
	background-color: #f4fe83;
}

ul, ol, li {
	list-style-type:  disc;
}

code {
	text-decoration:  none;
	font-style:       normal;
	font-family:      courier,fixed;
	font-size:        13px;
	font-weight:      normal;
}

/* DOM compatibility default values */
img  { vertical-align: bottom; }
form { display:        inline; }

/* Netscape 4 compatibility classes */
.b { font-weight:      bold; }
.i { font-style:       italic; }

/* CONTENT */
h1, div.h1, span.h1 {
	text-decoration:  none;
	font-style:       normal;
	font-family:      arial,helvetica,sans-serif;
	font-size:        17px;
	font-weight:      bold;
	color:            #000000;

}

div.small, span.small {
	text-decoration:  none;
	font-style:       normal;
	font-family:      arial,helvetica,sans-serif;
	font-size:        15px;
	color:            #000000;
}

a.small:link,a.small:visited,a.small:active,a.small:hover {
	text-decoration:  none;
	font-style:       normal;
	font-family:      arial,helvetica,sans-serif;
	font-size:        13px;
	font-weight:      normal;
	color:            #000070;
}

a.small:active,a.small:hover {
	text-decoration:  none;
	color:            #0000e0;
}

div.large, span.large {
	text-decoration:  none;
	font-style:       normal;
	font-family:      arial,helvetica,sans-serif;
	font-size:        20px;
	color:            #000000;
}

a.large:link,a.large:visited,a.large:active,a.large:hover {
	text-decoration:  none;
	font-style:       normal;
	font-family:      arial,helvetica,sans-serif;
	font-size:        18px;
	font-weight:      normal;
	color:            #000070;
}

a.large:active,a.large:hover {
	text-decoration:  none;
	color:            #0000e0;
}

/* NEWS */
.newstitle {
	text-decoration:  none;
	font-style:       normal;
	font-family:      arial,helvetica,sans-serif;
	font-size:        12px;
	font-weight:      bold;
	color:            #707070;
}

.newsbody {
	text-decoration:  none;
	font-style:       normal;
	font-family:      arial,helvetica,sans-serif;
	font-size:        11px;
	font-weight:      normal;
	color:            #707070;
}

a.newslink:link,a.newslink:visited,a.newslink:active,a.newslink:hover,.newslink {
	text-decoration:  none;
	font-style:       normal;
	font-family:      arial,helvetica,sans-serif;
	font-size:        11px;
	font-weight:      normal;
	color:            #707070;
}

a.newslink:active,a.newslink:hover {
	color:            #000000;
}

/* MENU */
a.menu:link,a.menu:visited,a.menu:active,a.menu:hover {
	text-decoration:  none;
	font-style:       normal;
	font-family:      arial,helvetica,sans-serif;
	font-size:        13px;
	font-weight:      bold;
	color:            #000070;
}
a.menu:active,a.menu:hover {
	color:            #0000e0;
}
span.menu {
	text-decoration:  none;
	font-style:       normal;
	font-family:      arial,helvetica,sans-serif;
	font-size:        9px;
	font-weight:      bold;
	color:            #707070;
}
a.menuoff:link,a.menuoff:visited,a.menuoff:active,a.menuoff:hover {
	text-decoration:  none;
	font-style:       normal;
	font-family:      arial,helvetica,sans-serif;
	font-size:        14px;
	font-weight:      bold;
	color:            #252525;
}
a.menuoff:active,a.menuoff:hover {
	color:            #707070;
}

/* FOOTER */
div.mini, span.mini {
	text-decoration:  none;
	font-style:       normal;
	font-family:      arial,helvetica,sans-serif;
	font-size:        9px;
	color:            #707070;
}



