/* This is a New Styles / Temporary Styles sheet*/


/* Basics */

p {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #333333;
letter-spacing: .5px;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #0362AA;
letter-spacing: .5px;
}

ul {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
list-style-type: square;
color: #000000;
}

/* Links */

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

a:hover {
color: #FF6600;
text-decoration: underline;
font-weight: bold;
}

a:visited {color: #666666;
text-decoration: none;
font-weight: bold;
}

/* Main Menu*/

.menuMain {
color:#666666; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: bold; 
font-size: 10px; 
text-decoration: none;
}
 
.menuHover {
color:#FF6600;
background-color: #FFFAED;  
}


/* Special Menus */

.entryLinks {
color: #0362AA; 
font-family:verdana; 
font-weight: bold; 
font-size: 14px; 
text-decoration: none;  
border-top: none; 
margin: 0;
background-color: #F2F2F2; 
}

/* Special Classes */

.intro {
font-style: italic;
font-weight: bold;
color: #CC6600;
line-height: 125%;
}

.blackList {
color: #000000;
margin-left: 20px;
}