html
	{
		height: 100%;
	}
 body
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 100%;
		height:99% !important;
	}
	
.nb
	{
		border: 0;
	}
	
.cb
	{
		clear: both;
	}
	
.tar
	{
		text-align: right;
	}
	
.tac
	{
		text-align: center !important;
	}
	
.fl
	{
		float: left;
	}

img.b
	{
		border: 1px solid #000;
	}
	
img.r
	{
		float: right;
		margin: 0 0 .5em 1.5em;
	}
	
img.l
	{
		float: left;
		margin: 0 1.5em .5em 0;
	}
	
a	{
		color: #001ACC;
		text-decoration: none;
	}
		
a:visited
	{
		color: #1C489C;
	}	
	
a:hover
	{
		color: #F68A2E;
		text-decoration: underline;
	}
	
fieldset input.error, fieldset textarea.error
	{
		border: 2px solid red;
	}

.error
	{
		color: red;
	}	
