﻿.navbar
{
    text-align:center;
    font-family:arial,sans-serif;
    font-size:11px;
    padding: 2px;
}

.navbar a
{
    color:Blue;
}

.navbar3 a
{
    text-decoration:none; 
    color:Blue;
}

.navbar2
{
    text-align: center; 
    font-size: large; 
    padding: 3px;
}

.navbar2 a
{
    text-decoration:none; 
    color:Blue;
}

.navbar2current
{
    border-bottom: none;
    border-top: solid thin blue; 
    border-left: solid thin blue; 
    border-right: solid thin blue; 
    padding: 0 2px;
    background-color: PowderBlue;
}

.navbar2other
{
    border: solid thin blue; 
    padding: 0 2px;
    background-color:White;
}

.navbar2spacer
{
    border-bottom: solid thin blue; 
}

img
{
    border:0;
}

body
{
    background-color: PowderBlue;
    padding: 0;
    margin: 0;
}

#iToolbar
{
    width:400px;
	visibility:hidden;
}

#iView
{
	width:400px;
	height:150px;
	visibility:hidden;
	background-color:White;
}

#iTextarea
{
	background-color:White;
}

.navbar3link
{
    font-size: x-large;
}

.navbar3frame
{
    background-color: White;
}

.navbar3frame h2
{
    color: Blue;
    font-size: xx-large;
}
