/* CSS Document */
.basictab {
    font: 11px Arial;
	text-decoration: none;
    padding: 5px 0;
    margin-left: 0;
    border-bottom: 1px solid gray;
    list-style-type: none;
    margin-bottom: 0;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li {
    display: inline;
    margin: 0;
}

.basictab li a {
    text-decoration: none;
    padding: 5px 7px;
    margin-right: 2px;
    border: 0px solid gray;
    border-bottom: none;
}

.basictab li a:visited {
    font: 11px Arial;
    color: #003399;
}

.basictab li a:hover {
    background-color: #c3c7c7;
    color: #003399;
}

.basictab li a:active {
    color: black;
}

.submenustyle {
    padding: 2px 2px;
    border: 0px solid black;
    border-top-width: 0;
    width: auto;
    display: none;
    filter:alpha(opacity=0);
    -moz-opacity:0;
}

* html .submenustyle { /*IE only width definition*/
    width: 100%;
}

.submenustyle a {
    border-right: 1px dashed black;
    padding: 1px 5px;
    text-decoration: none;
}

.submenustyle a:hover {
    background-color: none;
}

body { 
	font: 11px Arial; 
	color: #666666; 
	background: none; 
	margin: 0px; 
}

p { 
	font: 11px Arial; 
	margin-top: 0px;
	letter spacing: 1px;
	text-align: justify;
}

h3 { 
	font: 13px Arial; 
	text-decoration: none;
	letter-spacing: 0px; 
	margin-bottom: 0px; 
	color: #000000;
}

a:link { 
    font: 11px Arial;
	font-weight: normal; 
	text-decoration: none; 
	color: #003399;
}

a:visited { 
    font: 11px Arial;
	font-weight: normal; 
	text-decoration: none; 
	color: #003399;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #000000;
}
