body
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: small;
}

* html body
{
    font-size: x-small; /* for IE5/Win */
    f\ont-size: small; /* for other IE versions */
}

p
{
    margin-top: 0px;
}

hr
{
    border: 0px solid black;
    border-top: 1px solid black;
    height: 1px;
    margin-bottom: 15px;
}

/* Headings */
h1
{
    font-size: 150%;
    margin: 0px;
}

h2
{
    font-size: 130%;
    margin: 0px;
}

h3
{
    font-size: 110%;
    margin: 0px;
}

h4
{
    font-size: 90%;
    margin: 0px;
}

h5
{
    font-size: 70%;
    margin: 0px;
}

h6
{
    font-size: 68%;
    margin: 0px;
}

/* Header */
.header .missionText
{
    color: White;
	padding: 10px;
}

/* Footer */
.footer
{
    font-weight: normal;
}

/* General */
.message
{
    color: Red;
    font-weight: bold;
}

a, a:visited, a:active
{
	color: Navy;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: Blue;
	font-weight: bold;
	text-decoration: none;
}

/* Login */
.login-HeaderText
{
    text-align: center;
    margin-bottom: 10px;
}

/* Standard Button */
.buttons a, .buttons a:visited, .buttons a:active, a.button, a.button:visited, a.button:active
{
	border: solid 1px navy;
	background: navy;
	color: white;
	cursor: pointer;
	padding: 3px 5px;
	margin: 5px 5px 5px 5px;
	display: inline;
	text-decoration: none;
	text-align: center;
}

.buttons a:hover, a.button:hover
{
	color: white;
	background: blue;
}

/* Login Buttons */
.buttons a.yellow, .buttons a.yellow:visited, .buttons a.yellow:active
{
	color: white;
	border-color: #817f01;
    background: #a6a400;
}

.buttons a.yellow:hover
{
	color: white;
    background: #e4e100;
}

.buttons a.red, .buttons a.red:visited, .buttons a.red:active
{
	color: white;
	border-color: #920000;
    background: #b60900;
}

.buttons a.button.red:hover
{
	color: white;
    background: #ea0b00;
}

.buttons a.button.green, .buttons a.button.green:visited, .buttons a.button.green:active
{
	color: white;
	border-color: #014703;
    background: #006202;
}

.buttons a.button.green:hover
{
	color: white;
    background: #00c005;
}

/* Course List */
.browseCatalogArrow
{
    margin: 2px 10px -10px 18px;
    padding: 10px 38px;
    color: Red;
    font-weight: bold;
    background: url(../images/BrowseCatalogArrow.gif) no-repeat 0 50%;
}

.goToClassLink
{
    clear: both;
    float: left;
    padding-bottom: 10px;
    padding-left: 12px;
    background: url(../images/BulletTriangle.gif) no-repeat 0 25%;
}
