/*
	Default page values
*/
body { 
 background-color: #ffffff; 
 margin-left: 40px; 
 margin-right: 40px; 
 margin-top: 30px; 
 font-size: 11px; 
 font-family: verdana,trebuchet,sans-serif; 
}

/*
	Links
*/
a:link { 
 color: #333399; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:visited { 
 color: #333399; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:active { 
 color: #333399; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:hover { 
 color: #999999; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: none; 
}

table {
background: #cccccc;
}

td {
 background: #ffffff;
 font-size: 11px;
}

th {
 font-size: 11px;
 font-weight: bold;
 text-align: left;
}

h4 {
 font-size: 14px;
 font-weight: bold;
 margin-bottom: 10px;
}

h5 {
 font-size: 12px;
 font-weight: normal;
 margin-top: 2px;
}
