﻿body
{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

img
{
	border: none;
}

.content
{
	background-repeat:repeat;
	text-align:left;
	border-top:solid 2px #6F869F;
}

.monospacedHeader
{
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:small;
}

.rowbreak
{
	height:5px;
}


.NormalURL
{
	font-size: 9pt;
	color: maroon;
	font-family: Verdana;
}

INPUT.Button
{
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	color: #FFFFFF;
	line-height: 13px;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 2px;
	background-color: #14729F;
}

.normal
{
	color: Black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.normal2
{
	color: Black;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
}

.normal3
{
	color: Black;
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
}

.title1
{
	font-family: Verdana;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}

.title2
{
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}

.Price
{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bolder;
	color: #000084;
}

.note
{
	color: Black;
	font-family: Verdana;
	font-size: 10px;
}

.footer
{
	color: #FFFFFF;
	font-weight: bolder;
	font-family: Verdana;
	font-size: 10px;
	text-align:center;
	background-color:#003163;
	padding:4px 0 4px 0;
}

.TableItem
{
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	background-color: #EFF3F6;
}
.TableAlternate
{
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	background-color: #F7F7F7;
}
.TableHeader
{
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	background-color: #000084;
}

.Panel
{
	border: #000084 thin double;
	border-right: #000084 thin double;
	border-top: #000084 thin double;
	font-size: 12px;
	background-image: none;
	border-left: #000084 thin double;
	color: black;
	border-bottom: #000084 thin double;
	font-family: Arial;
	background-color: #f5f5f5;
}

.Error
{
	font-weight: bold;
	font-size: 12px;
	color: maroon;
	font-family: Verdana, Arial;
}

.Special
{
	font-weight: bold;
	font-size: 16px;
	color: maroon;
	font-family: Verdana, Arial;
}

INPUT.RADIO
{
	padding-top: 15px;
	padding-right: 5px;
}

.PageFooter
{
	height:18px;
	background-color:#DBE0E6;
	color:#9199AE;
	text-align:center;
	font-size:9pt;
	font-weight:bold;
}

.PageFooter a
{
	color:#9199AE;
	font-weight:bold;
	text-decoration:none;
}

.PageFooter a:visited
{
	color:#9199AE;
	font-weight:bold;
	text-decoration:none;
}

/*FOR MENU*/
td.menu
{
	padding-top: 10px;
}


.TopMenuItem
{
	background-image:url(../_Images/MenuItem.png);
	width:300px;
	height:30px;
	color:#FFFFFF;
	text-indent:100px;
	cursor:pointer;
	font-family:Helvetica, Sans-Serif;
	font-weight:lighter;
}
.TopMenuItemOver
{
	background-image:url(../_Images/MenuItemHover.png);
	width:300px;
	height:30px;
	color:#FFFFFF;
	text-indent:100px;
	cursor:pointer;
	font-family:Helvetica, Sans-Serif;
	font-weight:lighter;
}

.MenuItem
{
	cursor:pointer;
	background-color:#6F869F;
	color:#ffffff;
	padding:4px 30px 4px 8px;
	font-family:Helvetica, Sans-Serif;
	font-size:15px;
}
.MenuItemOver
{
	cursor:pointer;
	background-color:#87939f;
	color:#ffffff;
	padding:4px 30px 4px 8px;
	font-family:Helvetica, Sans-Serif;
	font-size:15px;
}

