/* css data */

body
	{
	background-color:#FFF;
	background-image:url(../_img/bg.png);
	margin:0px;
	padding:0px;
	}
	
body, p, table, tr, td
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#EFEFEF;
	line-height:1.8em;
	}


/* main */

.highlight_18_blu
	{
	font-size:18px;
	color:#B8D6F0;
	font-weight:bold;
	}

.highlight_14_blu
	{
	font-size:14px;
	color:#B8D6F0;
	font-weight:bold;
	}

.highlight_12_blu
	{
	font-size:12px;
	color:#B8D6F0;
	font-weight:bold;
	}


/* form */

.form
	{
	font-family:"Lucida Grande", "Arial Unicode MS", sans-serif;
	font-size:10px;
	color:CCC;
	line-height:14px;
	padding:1px 3px 1px 3px;
	background-color:#111;
	border-style:solid;
	border-width:1px;
	border-color:#222;
	}

.btn
	{
	font-family:"Lucida Grande", "Arial Unicode MS", sans-serif;
	font-size:11px;
	color:FFF;
	line-height:16px;
	padding:2px 3px 2px 3px;
	background-color:#009CFF;
	border-style:solid;
	border-width:1px;
	border-color:#0066CC;
	}


/* links */
	
a:link
	{
	text-decoration:none;
	color:#009CFF;
	}
	
a:visited
	{
	text-decoration:none;
	color:#009CFF;
	}
	
a:hover
	{
	text-decoration:underline;
	color:#FFF;
	}
	
a:active
	{
	text-decoration:none;
	color:#009CFF;
	}


/* links clients */	

a.clients:link
	{
	font-size:14px;
	text-decoration:none;
	color:#FFF;
	}

a.clients:visited
	{
	font-size:14px;
	text-decoration:none;
	color:#FFF;
	}

a.clients:hover
	{
	font-size:14px;
	text-decoration:underline;
	color:#0099FF;
	}

a.clients:active
	{
	font-size:14px;
	text-decoration:none;
	color:#FFF;
	}


/* text styles */

a.button {
	background:#32312F url(../_img/button_bg.jpg) repeat-x;
	padding:5px 10px 5px 10px;
	color: #FFF;
	text-decoration: none;
	border:1px solid #32312F;
	text-transform:uppercase;
	font-size:9px;
	line-height:25px;	
}
a.button:hover {
	background:#007DE2 url(../_img/button_bg_o.jpg) repeat-x;
	border-color:#007dDE;
}