﻿.main 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #1A0969;
}

.warning
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF0000;
}

.header 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #2E2B8F;
}

.header-small
{
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #2E2B8F;
}

.header-times 
{
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	font-style: normal;
	color: #2E2B8F;
}

.header-times-light 
{
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	font-style: normal;
	color: #6668AE;
}

.book 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #1A0969;
}

.author 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #6668AE;
}

.navtext
{
	text-transform: uppercase;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: 900; 
	border-color: black black #000000; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px;
}

.cellunderline
{
	border-color: black black #000000; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px
}

/*
Used to remove that evil horizontal scrollbar in IE.
Since I don't think we'll ever need horizontal scrollbars
I've put this in the CSS. An alternative is to use
<body style="display: inline"> in the HTML.
*/
html 
{
    overflow-x: hidden;
}
