	/* NAVIGATION  ****************************************************************************************************************************************************/
	#nav li a, #nav li a:hover, #navlog li a, #navlog li a:hover
	{
		display:block;
		padding:5px 30px 5px 20px;
		color:#fff;
		margin-right:1px;
		font-weight:bold;
		text-decoration:none;
		font-size:16px;
		line-height:35px;
		float:left;
	}
	
	#navlog li #logout, #navlog #logout:hover
	{
		background:red;
		color:#fff;
		float:right;
		margin-right:0px;
	}
	
	#nav li a:hover
	{
		color:#000;
	}
	
	#telnum
	{
		color:#001e81;
		font-size:40px;
		font-weight:bold;
	}
	/***************************************************************************************************************************************************************/

	/* GENERAL *****************************************************************************************************************************************************/	
	
	h1
	{
		font-size:26px;
	}
	
	h1,h2,h3,h4,h5,h6
	{
		color:#001e81;
		padding:10px 10px 10px 0;
	}
		
	p,label,textarea, input, span, div.area, #big, #mini, select,table tr td, table tr th, b, i, strong, div, p i, p em
	{
		color:#001e81;
		line-height:26px;
	}
	
	textarea,select
	{
		line-height:normal;
	}
	
	p
	{
		margin:0px 0 15px 0;
	}
	
	p.smallprint,p.price
	{	
		line-height:normal;
		text-align:right;
	}	
	
	p.smallprint
	{
		font-size:10px;
	}
	

	
	ol,ul,li
	{
		color:#001e81;
	}

	
	ul li
	{
			
			background-image:url(/templates/v1/images/p.gif);
			background-repeat:no-repeat;
			background-position:top left;
			margin:10px 0 10px 0px;
			padding: 0 0 0 50px;
			height:40px;
			line-height:40px;
		
			list-style-type:none;
		
	}
	#right
	{
		float:right;
		width:380px;
	}

	
	a:link,a.active,a:hover,a:focus,a:visited
	{
		color:#000;
		text-decoration:underline;
		font-weight:bold;
	}
	
		a:hover
		{
			text-decoration:underline;
		}
		
		a.listitem
		{
			display:block;
			background-image:url(/templates/v1/images/p.gif);
			background-repeat:no-repeat;
			background-position:top left;
			margin-top:2px;
			padding-left:50px;
			height:40px;
			line-height:40px;
		}
		
		a.listitem:hover
		{
			display:block;
			background-image:url(/templates/v1/images/a.gif);
			background-repeat:no-repeat;
			background-position:top left;
			margin-top:2px;
			padding-left:50px;
			height:40px;
			line-height:40px;
		}
		
		#content h2 a
		{
			color:#001e81;
			font-size:16px;
			text-decoration:underline;
		}
		
		#footer a, #flinks span
		{
			font-size:10px;
			text-decoration:none;
			color:#001e81;
		}
	/***************************************************************************************************************************************************************/
