/* Presentation Stylesheet */ 

.rbox_grey {
 background:#D2D2D2;
 color: #333333;
 border:solid #00A552;	
 border-width:1px;
 text-align:left;
 padding:10px;
}

img
{
 	border-width:0 0 0 0;
}

hr
{
	border : solid 1px #C3C3C3;
}

li
{
 	font-size: 1.0em;
 	line-height: 24px; 
}

h1 
{ 
  	font-size: 1.5em;
  	color: #A9A9A9;
    line-height: 1.0em;
}

h2
{
  	font-size: 1.1em;
}

h3 
{ 
  	font-size: 1.5em;
}
 
h4 
{ 
  	font-size: 1.0em;
  	line-height: 1.5em;
    font-weight:bold;
    margin-top: 0px;
} 

h5 
{ 
  	font-size: 1.5em;
    line-height: 1.0em;
}
 
a.nav:link, a.nav:visited
{ 
 	color:#00A552;
 	text-decoration:none;
 	font-weight:bold;
}

a.nav:active, a.nav:hover
{ 
 	color:#00A552;
 	text-decoration:underline;
 	font-weight:bold;
}

a:link, a:visited
{ 
 	color:#00A552;
 	text-decoration:underline;
}

a:active, a:hover
{ 
 	color:#00A552;
 	text-decoration:underline;
}


