/* CSS Document */
html		{height: 100%;
			margin: 0;
			padding: 0;}

body		{
			margin: 10px;
			padding:0;
			font-family: Arial, Helvetica, Verdana, sans-serif;
			font-size: 13px;
			color: #333333;
			min-height: 100%;
			line-height: normal;
			background-color: #eeecdd;
			}

.container	{border-width: 2px;
			border-style: solid;
			border-color: #245a9d;
			background-color: #FFF;}
			
.container td	{padding: 4px 6px;
				vertical-align: top;
				border-collapse:collapse;
				border-width: 1px;
			border-style: solid;
			border-color: #b3cee3;}

p	   {margin-top: 6px;
		margin-right: 16px;
		margin-bottom: 10px;
		margin-left: 16px;}
		
.indent		{margin-left: 20px;	}
.spacer 	{font-family: Arial; font-size: 1px}
.bgpanel	{background-color: #A2D082;	}
.bgdark 	{background-color: #245A9D;	}

#btnRegister 	{  cursor: pointer; cursor: hand;}
.bgregister 	{border-width: 2px;
			border-style: solid;
			border-color: #9F3F3F;
			background-color: #BE012C;
			font-size: 16px;
			font-weight: bold;
			color: #FFFFFF;}

.bgregister_on 	{border-width: 2px;
				border-style: solid;
				border-color: #9F3F3F;
				background-color: #FFF;
				font-size: 16px;
				font-weight: bold;
				color: #BE012C;}
				
#btnlogin 	{  cursor: pointer; cursor: hand;}

.bglogin 	{border-width: 2px;
			border-style: solid;
			border-color: #04467C;
			background-color: #B3CEE3;
			font-size: 16px;
			font-weight: bold;
			color: #04467C;}

.bglogin_on 	{border-width: 2px;
				border-style: solid;
				border-color: #B3CEE3;
				background-color: #FFF;
				font-size: 16px;
				font-weight: bold;
				color: #B3CEE3;}
				




.linetop		{border-top-width: 4px;
			border-top-style: solid;
			border-top-color: #BE012C;
			padding:10px;}

.nowrap 	{white-space: nowrap;}

ul 			{	margin: 0;
				padding: 0;}

ul.none			{list-style:none;}

ul.none li     {padding-bottom: 6px;}

ul.list 	{margin: 4px 10px 2px 40px;	padding: 0;}
ul.list li   {padding-bottom: 6px;}




ol.indent	{margin: 0 0 10px 10px;}

/* Text */
h1 {	color: #BE012C;
		font-size: 26px;
		margin: 8px;
		padding: 0px;
		line-height: normal;
		}

h2 		{ color: #336699;
			font-size: 18px;
			line-height: normal;
			margin:0px; }
		
h3 		{  font-weight: bold;
			color: #033661;
			font-size: 15px;
			line-height: 22px;
			margin:0px; }
			
h4 		{ font-weight: normal;			
			font-size: 13px;
			line-height: normal;
			margin:10px; }

.head		 {color: #1C4679;
				font-style: normal;
				font-weight: bold;
				font-size: 14px;}

.head2		 {color: #033661;
				font-style: normal;
				font-weight: bold;
				font-size: 12px;}

.highlight		{color: #990033;}

.txtsmall 	{	font-size: 11px;
				font-weight: normal;}
				
.bold {	font-weight: bold;
		line-height: normal;
		color:#225695;}
		
.center	{text-align:center;}

/* End Text */

/* links */

A.hlink:link		{color:#033661; text-decoration:underline;}
A.hlink:visited		{color:#033661; text-decoration:underline;}
A.hlink:hover 		{color:#BE012C; text-decoration:none;}
A.hlink:active		{color:#BE012C; text-decoration:none;}

/* End links */


