/* CSS Document */
html		{height: 100%;
			margin: 0;
			padding: 0;}

body		{
			margin: 10px;
			padding:0;
			font-family: Arial, Helvetica, Verdana, sans-serif;
			font-size: 12px;
			color: #333333;
			min-height: 100%;
			line-height: normal;
			background-color: #fff;
			}

.container	{border-width: 2px;
			border-style: solid;
			border-color: #BE012C;
			background-color: #FFF;}
			
.container td	{padding: 4px 2px;
				vertical-align: top;
				border-width: 1px;
			border-style: solid;
			border-color: #F1F5FA;}

p	   {margin-top: 6px;
		margin-right: 16px;
		margin-bottom: 10px;
		margin-left: 16px;}

.indent		{margin-left: 20px;	}

.spacer 	{font-family: Arial; font-size: 1px}

.bg_dark 	{background-color: #B3CEE3;	}

#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;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		margin: 8px;
		padding: 0px;
		white-space: nowrap;
		line-height: normal;
		}

h2 		{   font-weight: bold;
			color: #336699;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 18px;
			line-height: normal;
			margin:0px; }
		
h3 		{   font-weight: bold;
			color: #033661;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			line-height: normal;
			margin:0px; }


.head		 {color: #033661;
				font-family: Arial, Helvetica, sans-serif;
				font-style: normal;
				font-weight: bold;
				font-size: 12px;}

.head2		 {color: #336699;
				font-style: normal;
				font-weight: bold;
				font-size: 10px;}

.highlight		{color: #990033;}

.txtsmall 	{	font-size: 10px;
				font-weight: normal;}
				
.bold {	font-weight: bold;
		line-height: normal;
		color:#555555;}

/* 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 */

