﻿.box
{
	border:solid 1px #C0C0C0;
	color: #666;
	background-color: #F7F7F7;
	text-align: center; 
		
}
.boxtitle
{
	font-weight: bold;
	font-size: 10pt;
	color: #014D65;
	font-family: 'tahoma';
	height: 20px;
	text-align: center;
	background-repeat: repeat-x;
	background-color: #BBCEDD;
}
.boxsep
{
	height:1px;
	background-color: #4a3c8c; }
.minibox
{
	border: 1px solid #C0C0C0;
	color: #666;
	background-color: #f7f7f7;
	text-align: center;
	width:100%;
	padding:0px;
}
.miniboxtitle
{
	font-weight: bold;
	font-size: 8pt;
	color: #D9EDFD;
	font-family: tahoma;
	height: 23px;
	text-align: center;
	background-color: #336699;
}



.button
{
	font-size: 9pt;
	color: #346B94;
	font-family: 'tahoma';
	font-weight: bold;
	text-decoration: none;
	height: 25px;
}
.form{ text-align: center; background-color: #E9E9E9;}
.formtitle{padding: 5px; border: 1px solid #808080; background-color: #FFFFFF;}