
body		{
			 background-color: #e3e1d5;
			 background-image:url(img/bg.jpg);
			 background-repeat: repeat-x;
			}

.title {
	   	font-family: arial,helvetica,sans-serif;
	  	font-size: 18px;
		font-weight: bold;
		color: #656a8a;
	   }
	   
.subtitle {
	   font-family: arial,helvetica,sans-serif;
	  	font-size: 13px;
		font-weight: bold;
		color: #253599;
	   }
	   
.text  {
	   	font-family: arial,helvetica,sans-serif;
	  	font-size: 11px;
	   }
	   
.textbold  {
	   	font-family: arial,helvetica,sans-serif;
	  	font-size: 12px;
		font-weight: bold;
	   }

a.menu {
	   	font-family: arial,helvetica,sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		color: #000000;
	   }
	   
a.menu:visited {
			   	color:#000000;
			   }
	   
a	   {
	   	font-family: arial,helvetica,sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-decoration: underline;
		color: #253599;
	   }
	   
a:hover		{
			 text-decoration: none;
			}
			
a:visited	{
			 color: #656a8a;
			}
			
td			{
			 font-family: arial,helvetica,sans-serif;
		  	 font-size: 12px;
			}
			
