/* CSS Document */


img { 
		border: 0px; 
}

a:link {
		color: #1d508e; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		text-decoration: none;
}
 
a:visited {color: #1d508e;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		text-decoration: none;
}

a:hover {color: #1d508e;
		 font-family: Arial, Helvetica, sans-serif; 
		 font-size: 12px; 
		 text-decoration: underline;
 }

.heading {
		color: #1d508e; 
		font-weight: bold;
}

.heading_main {
		color: #1d508e; 
		font-weight: bold; 
		font-size: 15px;
}

table {
		border-collapse: collapse; 
		padding: 0px;
}

td {
		padding: 0px 10px 10px 10px; 
		border-collapse: collapse;
}

ul {
		margin-top: 3px;  
}

li {
		margin-top: 0px;  
}

div#sidebox {
		border-style: solid; 
		border-width: 0px 1px 0px 0px;
		border-color: #CCCCCC;
		padding: 0px 10px 10px 10px; 
		font-size: 11px;
		width: 209px;
}

div#r_nav_heading {
		height: 19px; 
		width: 187px; 
		background-color: white; 
		border-right-style: solid; 
		border-right-color: #1d508e; 
		border-right-width: 1px;
}

div#r_nav_sub {
		height: 19px; 
		width: 187px; 
		background-color: white; 
		border-right-style: solid; 
		border-right-color: #1d508e; 
		border-right-width: 1px; 
		vertical-align: middle; 
		cursor: pointer;
}


div#nav_crumbs {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		background-repeat: no-repeat;
		width: 235px;
		color: #555555;
}

.blue-heading {
		padding-bottom: 2px; 
		color: #1d508e; 
		font-size: 12px;
		font-weight: bold; 
}

.border { 
		border-bottom: solid; 
		border-bottom-width: 1px; 
		border-bottom-color: #CCCCCC; 
		padding-bottom: 1px;
}

.text { 
		padding-top: 4px; 
}



