/* CSS Document */

body { font-family: verdana, arial, helvetica, sans-serif; font-size:9pt;}
td { font-family: verdana, arial, helvetica, sans-serif; font-size:9pt;}
th { font-family: verdana, arial, helvetica, sans-serif; font-size:9pt;}

/* links */

a:hover {text-decoration:underline;}

/* headers */

h1 { font-size: 11pt; color:#003366;} 

h2 { font-size: 10pt; color:#003366;} 

.title { 
	color:#003366;
	font-size: 12pt;
	font-weight: bold;
	border-left:thick solid #003366;
	border-bottom:thin solid #ffcc66;
	padding:2px;
	padding-left:4px;
	margin:0px;
	}

.section_title {
	color:#003366; 
	margin:3px; 
	font-size: 10pt;
	font-weight:bold;
}

.section {
	padding:4px;
	line-height:15px;
	background-image:url(bg-ltora.gif);
	background-repeat:repeat;

	}
	
#navbar a {
	text-decoration:none;}


.nav { 
	color:#003366;
	font-size: 9pt;
	font-weight: bold;
	}

/* text styles */

.caption { font-size: 8pt;;} 

.red { color: #FF0000;}

/* list items */

ul {list-style: square; 
	list-style-type: square; 

}
li {
	margin-bottom: 5px; 
	padding-bottom: 0px;  
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size:9pt;} 


