﻿/* Main Body */

body{
  	background-color: white;
  	font-family: Arial, Helvetica, sans-serif;
}

/* Other general CSS styles*/

p{
	text-indent: 1em;
	text-align: justify;
}

p.center{
	text-indent: 0em;
	text-align: center;
}

/* Style for the "div" area the code goes into*/

div.code{
	border: 1px solid #0099FF;
	background-color: #CCFFFF;
	padding: 0.5em 1em 0.5em 1em;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

/* Borders for the table boxes */

td.bigBorder{
  	border: 2px solid #66CCFF;
}

td.smallBorder{
	border: 1px solid #66CCFF;
}

table.smallBorder tr td{
	border: 1px solid #66CCFF;
}

/* Styles for the various table boxes */

td.fillerBox{}

td.titleBox{
	color: #0088FF;
	font-size: xx-large;
	padding: 0.25em 0.5em 0.25em 0.5em;
	text-align: center;
}

td.mainBox{
 	padding: 1.5em 1.5em 1.5em 1.5em;
 	font-size: 14px;
}
td.addressBox{
	font-size: x-small;
	font-style: italic;
	text-align: center;
}

/* Styles for the navbars */

td.navbarBox{}

table.Navbar tr td{
	font-size: x-small;
	text-align: center;
	background-color: #66CCFF;
}

td.blank{
	height: 5px;
}

table.Navbar tr td a{
	text-decoration: none;
	color: #000000;
	width: 100%;
	height: 100%;
	background-color: #BBEEFF;
}

table.Navbar tr td a:hover{
	background-color: #99CCFF;
}