﻿body 
{
	font-family:Verdana;
	font-size:9pt
}

.normal
{
	font-size:9pt;
}

.small
{
	font-size:8pt;
}

.notice
{
	color:Blue;
	font-weight:bold;
}

input, a, select
{
	font-family:Verdana;
	font-size:9pt
}

.heading
{
	color:#0081C3;
	font-weight:bold;
	font-size:12pt;	
	text-align:center;
}

.heading2
{
	font-weight:bold;
	font-size:9pt;
	background-image:url('images/side.png');
}

.heading3
{
	background-color:#5D7B9D;
	font-weight:bold;
	color:White	
}

.surround
{
	border: solid 1px silver;
}

.error
{
	color:Red;
	font-weight:bold;
	font-size:9pt;
}

.hide
{
	color:Gray;
	font-weight:bold;
	font-size:8pt;
}

.highlight
{
	border:solid 1px #0081C3;
	width:100%;
}

.highlightBlack
{
	border:solid 1px black;
}

.side
{
	border-left:solid 3px silver;
	width:270px;
}

.blueText
{
	color: #0000ff;
}

.watermark
{
	font-size:8pt;
	color:Silver;
}

a.blue:link {color: #0000ff;}
a.blue:active {color: #0000ff; }
a.blue:visited {color: #0000ff;}
a.blue:hover {color: #0000ff;}


a.white:link {color: white;}
a.white:active {color: white; }
a.white:visited {color: white;}
a.white:hover {color: white;}

.container {background:#0081C3; color:#fff; margin:0 15px;}
.rtop, .rbottom{
display:block;
background:#fff;
}
.rtop *, .rbottom *{
display: block;
height: 1px;
overflow: hidden;
background:#0081C3;
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{
margin: 0 1px;
height: 2px
}