@charset "utf-8";
/* CSS Document */

<style type="text/css">
* {
	margin:0;
	padding:0
}
* {
	margin:0;
	padding:0
}

blockquote {
	background-image:url(../images/bq.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding:5px 35px 5px 5px;
	border:1px solid #eee;
	font-family:"Trebuchet MS", Tahoma, Verdana;
}
	img{
		border:0px;
	}
	p{	
		margin-top:0px;
	}
	.clear{
		clear:both;
	}
#scrollingContainer/* End css for my first scrolling box */
	
	
	/* CSS for my second scrolling box */
	{
	width:280px;	/* Width of second box */
	height:100px;
	padding:2px;	/* A little bit of space between border of box and text inside */
	float:left;	/* I want the text to wrap around the box */
	margin-left:0px;	/* Space at the left of the box */
	color:#182E39;	/* red text color */
	}
#sidebar #scrollingContainer #scrollingContent a {
	color: #0CB3DF;
}
#sidebar #scrollingContainer #scrollingContent a:hover {
	color: #990000;
}

#scrollingContent{
	font-size:1em;
	height: auto;
	}	
    

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 26.5%;
	padding: 0;
	margin: 0;
}	
h1 {
	letter-spacing: -0.75px;
	margin: 0;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

.box_right {
	position:relative;
	float:right;
	clear:both;
	width:180px;
	background:#F7F9F7;
	color:#179BCD;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

.box_right p {
margin:5px 5px;
}

.box_cnr_top {
	margin:0 -10px 0 -10px;
	background-image: url(/images/cnr_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.box_cnr_bottom {
	background:url(/images/cnr_br.gif) no-repeat top right;
	margin:0 -10px 0 -10px;
}

img.cnr {
width:8px;
height:8px;
border:none;
display: block !important;
}
body {
	background-image: url(../images/page_bg.png);
	background-position: center top;
	background-color: #0C507F;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
body,td,th {
	color: #2F73A2;
	font-family: Tahoma;
	font-size: 13px;
}
a:link {
	color: #2F73A2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2F73A2;
}
a:hover {
	text-decoration: none;
	color: #2F73A2;
}
a:active {
	text-decoration: none;
	color: #2F73A2;
}
.style6 {font-family: Tahoma}
.style9 {font-size: 14px}
tfoot {
	color: #FFFFFF;
}
attention {
	font-family: Tahoma;
	color: #FFFFFF;
	background-image: url(/images/longtable_05_02.jpg);
	font-size: 12px;
	padding: 5px;
	margin: 5px;
	background-color: #0E5281;
}

</style>
hr {
	color: #85D2EA;
}
.hr {
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #0CB3DF;
	width: 290px;
	padding-top: 2px;
	padding-bottom: 2px;
}
