/* Standard Tags - Only standard tags. */
a
{
    font: bold 12px Arial;
    color: black;
    text-decoration: none;
}
	
a:hover
{
    font: bold 12px Arial;
    color: blue;
    text-decoration: underline;
    
}

a:active {
    font: bold 12px Arial;
    color: black;
    text-decoration: none;
}
	
	
h1
{
    font-weight: bold;
    font-size: x-large;
    color: black;
    font-family: 'Palatino Linotype' , 'Times New Roman';
}
    
.emboss
{
    font: bold 12px Arial;
    color: #2f2f2f;
    text-decoration: none;
}
	
.emboss:hover
{
    font: bold 12px Arial;
    color: white;
	height: 1px;
	filter: Shadow(Color=#000000, 	
			Direction=135, 
			Strength=2);
}

.menu
{
    font: bold 12px Arial;
    background-image: url(MenubackNew.gif);
    text-decoration: none;
    background-position: center top;
    background-repeat: repeat-x;
}
.menu:hover
{
    font: bold 12px Arial;
    background-image: url(MenubackNew2.gif);
    text-decoration: none;
    background-position: center top;
    background-repeat: repeat-x;
}

.link
{
    font: bold 12px Arial;
    color: black;
    text-decoration: none;
    background-position: center top;
    background-repeat: repeat-x;
}
.link:hover
{
    font: bold 12px Arial;
    color: blue;
    text-decoration: underline;
    background-position: center top;
    background-repeat: repeat-x;
}

.link2
{
    font: bold 12px Arial;
    color: black;
    text-decoration: none;
}
.link2:hover
{
    font: bold 12px Arial;
    color: blue;
    text-decoration: underline;
}
.footer_banner
{
    font: bold 12px Arial;
    color: black;
    text-decoration: none;
    background-position: center top;
    background-repeat: repeat-x;
}
.footer_banner:hover
{
    font: bold 12px Arial;
    color: blue;
    text-decoration: underline;
    background-position: center top;
    background-repeat: repeat-x;
}

.BoxedIn
{
    background: url(menutopper.gif) repeat-x;
    border-right: #c0c0c0 1px solid;
    border-top: #c0c0c0 0px solid;
    border-left: #c0c0c0 1px solid;
    border-bottom: #c0c0c0 1px solid;
    padding-top: 3px;
    padding-left: 5px;
}
.BoxedInLite
{
    border-right: #c0c0c0 1px solid;
    border-top: #c0c0c0 1px inset;
    border-left: #c0c0c0 1px solid;
    border-bottom: #c0c0c0 1px outset;
    padding-top: 3px;
    padding-left: 5px;
}

