/* CSS Layout Document */

body {
	background-color: #849DDF;
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 80% ;
	color: #333333; 
	line-height: 140%;
	margin: 10px; }


a {
	color: #333366;
	background-color: transparent;
	text-decoration: underline; }
	
a:link { text-decoration: underline; }
a:visited { text-decoration: underline; }
a:hover { text-decoration: none; }

a.menu {
	color: #333366;
	font-weight: bold;
	background-color: transparent;
	text-decoration: underline; }
	
a.menu:link { text-decoration: none; }
a.menu:visited { text-decoration: none; }
a.menu:hover { text-decoration: underline; }

a.breadcrumb {
	color: #333333;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 0px;
	text-decoration: underline;	}
	
a.breadcrumb:link { text-decoration: underline; }
a.breadcrumb:visited { text-decoration: underline; }
a.breadcrumb:hover { text-decoration: none; }

a.white {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;	}
	
a.white:link { text-decoration: underline; }
a.white:visited { text-decoration: underline; }
a.white:hover { text-decoration: none; }
	
pre {
	font-size: 11px;
	color: blue;
	}
	
ol {
	margin-right: 40px;
	}
li {
	margin-bottom: 10px;
	}

#boxTableGeneric {
	background: #FFFFFF;
	border-left: 1px solid #3366CC;
	border-right: 1px solid #3366CC;
	border-bottom: 1px solid #3366CC; }

#boxTableMenuLeft {
	background: #FFFFFF;
	border-left: 1px solid #3366CC;
	border-right: 1px solid #3366CC;
	border-bottom: 1px solid #3366CC; }

.headerTitle {
	color: #FFFFFF; }

.title {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 180% ;
	color: #333333; 
	line-height: 140%; }

.small {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 85% ;
	color: #333333; 
	line-height: 140%; }

.formTextGeneric {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 95% ;
	color: #333333; }
	
.formButtonGeneric {
	font-weight: bold;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	background-color: #EBF0FF; }
	
.reports-wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 20px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #ECEEF0; }