/***** general presentation stuff *****/

body, p, td, th, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;	
}

a:link    { color:blue;   text-decoration: none; } 
a:visited { color:blue;   text-decoration: none; }
a:active  { color:blue;   text-decoration: none; } 
a:hover   { color:red;    text-decoration: none; } 

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
}

/*
tt {	
	font-size: 11pt;
}
*/

.content {
	margin-left: 15px;
	width: 740px;
}

.main {
	width:		770px;
}
 
 
/***** menu presentation  *****/

.menu {   
   	background-color:#d9d9d9;
   	color:black;
   	font-size:80%;
   	font-family:Helvetica,Arial,sans-serif;   	
}

/***** figures  *****/

.figure {   
	text-align:center;	
}

/***** copyright  *****/

.copyright {
	font-size: 		7pt;	
        font-style:		italic;
}

/***** banner, action, rules  *****/

.banner {
	background-color:       #12486c;
	margin:                 0;
	padding:                0;
}
.banner .logo  {
        height:                 48px; 
        background-color:       #ffffff;
}
.banner .msg {
        height:                 48px; 
        color: 			white;
        font-family:		Verdana, Helvetica,Arial,sans-serif;
        font-size:		20px;
        font-weight:		bold;
        font-style:		italic;
	padding-bottom: 5px;
}
.banner .msg a, .banner .msg a:link, .banner .msg a:visited, .banner .msg a:active, .banner .msg a:hover  {
        color: 			white;
        font-size:		20px;
}
.banner .company {
        height:                 48px; 
}
.banner .help {
        height:                 48px; 
}

.action {
	background-color:       #FAE7CF;
	font-family:            Verdana, Helvetica, Arial, sans-serif;
}

.rule {
}

@media print, embossed {
    .banner, .action, .rule {
	display: none;
    }
    .content {
	width: 670px;
    }
    .main {
	width:		700px;
    }
    a:link    { color:black;   text-decoration: none; } 
    a:visited { color:black;   text-decoration: none; }
    a:active  { color:black;   text-decoration: none; } 
    a:hover   { color:black;   text-decoration: none; } 
}
