/* CSS Document */



/* global page formatting elements */

a:link {
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

td { 
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif; 
	font-size: 12px;
	line-height: 14px;

	color: #666666;
	}

img {
	border: 0;
	}
	
.bg_border {
	width: 750px;
	border: 1px solid #6699cc;
	background-image: url(/img/bg_inside.jpg);
	background-repeat: repeat-x;
	}

.logo {
	padding-top: 20px;
	padding-left: 10px;
	}

.topnav {
	margin-top: 10px;
	padding: 2px 5px 2px 0px;
	background-color: #6699cc;
	}

.topnav_text {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding-left: 18px;
	}

.topnav_text a {
	color: #ffffff;
	text-decoration: none;
	}
	
.topnav_text a:hover {
	color: #000000;
	}

.breadcrumbs {
	padding: 10px 0 20px 18px;
	font-size: 10px;
	}


.breadcrumbs a:hover {
	text-decoration: none;
	}


.shadowright {
	background-image: url(/img/bg_shadow_right.gif);
	background-repeat: repeat;
	}
	
.shadowbottom {
	background-image: url(/img/bg_shadow_bottom.gif);
	background-repeat: repeat;
	}


.footer {
	text-align: center;
	font-size: 10px;
	}		
	