/* Hadara Technologies */

body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal; /* normal, bold */;
	font-style: normal; /* normal,  italic */;
	font-variant: normal; /* normal, small-caps */;
	text-transform: none; /* none, uppercase,  lowercase,  capitalize */;
	text-decoration: none; /* overline underline */;
	color: #333333;
	margin: 0;
}

p, dl, dd, dt, td, span, blockquote, div, q, th {
	font-size: 8pt;
	margin: 0;
}

ul, ol, li {
	list-style-image: url('../graphics/icon.gif');
	/*list-style-position: inside;
	list-style-type: circle ; 
	list-style-image: url('graphics/icon.gif');*/
}

/* links */

a:link, a:active, a:visited {
	color: #2C84D6;
	text-decoration: none;
}
a:hover {
    color: #666666;
	text-decoration: underline;
}


a:link.Links, a:active.Links, a:visited.Links {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover.Links {
	font-size: 10px;
    color: #999999;
	text-decoration: underline;
}


a:link.Green, a:active.Green, a:visited.Green {
	color: #74BA23;
	text-decoration: none;
}
a:hover.Green {
    color: #333333;
	text-decoration: underline;
}


a:link.Blue, a:active.Blue, a:visited.Blue {
	color: #2C84D6;
	text-decoration: none;
}
a:hover.Blue {
    color: #333333;
	text-decoration: underline;
}


a:link.Orange, a:active.Orange, a:visited.Orange {
	color: #F89408;
	text-decoration: none;
}
a:hover.Orange {
    color: #333333;
	text-decoration: underline;
}


a:link.OBlue, a:active.OBlue, a:visited.OBlue {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.OBlue {
    color: #333333;
	text-decoration: underline;
}


a:link.OOrange, a:active.OOrange, a:visited.OOrange {
	color: #E6F0FC;
	text-decoration: none;
}
a:hover.OOrange {
    color: #FFFFFF;
	text-decoration: underline;
}



/* forms */

input, select, textarea, option,button  {
 font-size: 8pt; 
 color: #333333; 
}

.RButton  {
 font-size: 12px; 
 color: #2C84D6; 
}



/* classes */

.Titles		{ 
  color: #545454; 
  text-transform:uppercase;
  font-size: 11pt;
} 

.SideTitles		{ 
  font-size: 10pt;
  color: #E6F0FC; 
  text-transform:uppercase;
} 


.TxtOBlue		{ 
  font-size: 10px;
  color: #FFFFFF; 
} 


.copyright { 
 color: #666666; 
 font-weight: normal; 
 font-size: 10px;
}


/* End CSS */