/* CSS Document */


.body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 70%;
	font-weight: normal;
	color: #001D42;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #001D42;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #197AAF;
	text-decoration: none;
}
.standardtext {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 70%;
	font-weight: normal;
	line-height: 10pt;
	color: #001D42;
}
.standardtext_grey{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 70%;
	font-weight: normal;
	line-height: 10pt;
	color: #64899E;
}
.standardtextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #001D42;
	text-decoration: none;
}
.standardtextbold_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #197AAF;
	text-decoration: none;
}
.largetextbold_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #197AAF;
	text-decoration: none;
}
.standardtextitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #001D42;
	text-decoration: none;
	font-style: italic;
}

.backgroundwhite {
	background-color: #FFFFFF;
}
a:link { font-family:  Arial, Helvetica, sans-serif; color: #197AAF; text-decoration: none; font-weight: bold; font-size: 70%}
a:visited { font-family:  Arial, Helvetica, sans-serif; color: #197AAF; text-decoration: none; font-weight: bold; font-size: 70%}
a:hover { font-family:  Arial, Helvetica, sans-serif; color: #EEB310; text-decoration: underline; background-color: #FFFFFF; font-weight: bold; font-size: 70%}
a:active { font-family:  Arial, Helvetica, sans-serif; color: #197AAF; text-decoration: underline; font-weight: bold; font-size: 70%}

.page:link { font-family:  Arial, Helvetica, sans-serif; color: #197AAF; text-decoration: none; font-weight: normal; font-size: 70%}
.page:visited { font-family:  Arial, Helvetica, sans-serif; color: #197AAF; text-decoration: none; font-weight: normal; font-size: 70%}
.page:hover { font-family:  Arial, Helvetica, sans-serif; color: #EEB310; text-decoration: underline; background-color: #FFFFFF; font-weight: normal; font-size: 70%}
.page:active { font-family:  Arial, Helvetica, sans-serif; color: #197AAF; text-decoration: underline; font-weight: normal; font-size: 70%}



.boxcontent{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ADC8D7;
}
.boxarea{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #D8E2DB;
	}
.box border{
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #D8E2DB;
}

.standardsmall {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 60%;
	font-weight: normal;
	color: #001D42;
}
.standardsmallbold {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 60%;
	font-weight: bold;
	color: #001D42;
}
.standardtextlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color: #001D42;
}
.listbullet1{
	list-style-position: outside;
	list-style-image: url(images/grey_bullet.gif);

}
.listbullet2{
	list-style-position: outside;
	list-style-image: url(images/yellow_bullet.gif);
}
.listbullet3{
	list-style-position: outside;
	list-style-image: url(images/blue_bullet.gif);
}    

/* matz:styles*/

#cds-wrapper {
    margin: 10px auto;
	font-size: 11px;
}

#cds-container {
	margin: auto;
    padding: 8px;
    border-top: 1px solid #999999;
}

#stcds {
	margin: auto;
	overflow: auto;
	height: 173px;
}

#stcds h2 {
	margin: 0;
	font-size: 15px;
	padding: 3px 6px;
	text-align: left;
}

#stcds p {
	margin: 0;
	padding: 2px 8px;
	line-height: 18px;
    text-align: justify;
}
/* matz:styles*/
    
