/* TREO COMMUNICATIONS ROOT DOWN - CSS  */

/* STANDARD REDEFINITIONS */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
	color:	#333333;
    }
	
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:	#333333;
    }
	
h1	{
	font-size:	2em;
	}
	
h2	{
	font-size:	1.75em;
	}
	
h3	{
	font-size:	1.5em;
	}
	
h4, h5	{
	font-size:	1.25em;
	}
	
h1, h2, h3, h4, h5, h6	{
	margin:	1.25em 0 0 0;
	font-family:	Arial, sans-serif;
	}
	
p  { /* primitive version for css-1 agents */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
	margin:	.5em 0;
	color:	#333333;
 }
	
a	{
	text-decoration:	none;
	font-weight:	bold;
	}
	
a:link	{
	color:	#006699;
	background-color: transparent;
	font-weight: normal;

	}
	
a:visited	{
	color:	#006699;
	background-color: transparent;
	font-weight: normal;

	}
	
a:active	{
	color:	#003366;
	background-color: transparent;
	font-weight: normal;

	}
	
a:hover	{
	color:	#003366;
	background-color: transparent;
	text-decoration:	underline;
	font-weight: normal;

	}
	
img	{
	border:	0
	}
	

li {  
	list-style-position: outside; 
	list-style-type: circle
	}
	
ul {
	list-style-type: disc;

	}
	
/* TYPOGRAPHICAL TREATMENTS */	

.superfine	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	}
	
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5;
	color: #333333
	}
	
.smallheader { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	color: #333333 
	}
	
.medheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 900;	 
	color: #333333
	 }
	 
.lgheader { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	color: #333333 }
	
.category { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	color: #006599
	}
	
.error { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	color: #FF3300
	}

.titetext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #333333
}

.italic {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #333333
}

.mainnav {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal
}

/* top nav */

a.topnav	{
	text-decoration:	none;
	font-weight:	bold;
	}
	
a.topnav:link	{
	color:	#000000;
	background-color: transparent;
	font-weight: normal;

	}
	
a.topnav:visited	{
	color:	#000000;
	background-color: transparent;
	font-weight: normal;

	}
	
a.topnav:active	{
	color:	#000000;
	background-color: transparent;
	font-weight: normal;

	}
	
a.topnav:hover	{
	color:	#FFFFFF;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;

	}
