/* Styles: Links. */
a {
color:#0000ff;
text-decoration:underline;
}

a:visited {
color:#990000;
text-decoration:underline;
}

a:hover {
color:#990000;
text-decoration:none;
}

a#Main_Menu {
        color:#999999;
	text-decoration:none;
}

a#Main_Menu_Active {
	color:#990000;
	text-decoration:none;
}


a#MenuLink {
	color: #003399;
	text-decoration: none;
	font-weight:bold;
}
a#MenuLink:hover {
	color: #990000;
	text-decoration: none;
        font-weight:bold;
}

a#MenuLinkActive {
	color: #990000;
	text-decoration: none;
        font-weight:bold; 
}
a#MenuLinkActive:hover {
	color: #CC0000;
	text-decoration: none;
        font-weight:bold;
}

a#Bottom_Menu {
	color:#336699;
	text-decoration:none;
        font-weight:bold;
}

/* // Styles: Links. */




/* Styles: Main text. */
p {
	font-family:Tahoma;
	font-size:8pt;
	color:#323232;
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
}

h1 {
        font-family:Times New Roman;;
        font-size:14pt;
	color:#336699;
        font-weight:bold;
        margin-left:5px;
        margin-top:10px;
	margin-bottom:5px;
}

h2 {
        font-family:Times New Roman;
	font-size:12pt;
	color:#336699;
        margin-top:10px;
        margin-left:5px; 
	font-weight:bold;
	margin-bottom:0px;
}

p#main {
	font-family:Verdana;
	font-size:9pt;
	color:#000000;
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
}


/* // Styles: Main text. */


/* Styles: Other. */

p#Bottom_Menu {
	color:#91A2B7;
	margin-top:0px;
	margin-bottom:4px;
}

p#Copyright{
        font-family:Tahoma;
	font-size:9pt;
	color:#999999;
	margin-bottom:0px;
}
/* // Styles: Other. */

div.bookmark            {}
div.bookmark a          {display:block;float:left;border:1px solid #c0c0c0;padding:4px;margin:1px;}
div.bookmark img        {}
div.bookmark a:hover    {border:1px solid #ff0000;}

