/* Cascading Style Sheets */ 
/* (c) Mario Ramos, Attorney, 2004 */ 
/* Mario-Ramos.com is managed by www.CreativeConsultantsGroup.com, Palo Alto */ 

/* CSS Start */ 
body {background-color: #F9F0DF; margin-top: 0px;}

/* Headers */ 
H1 { color: #666699; font-size: 18px; font-family: "verdana", "arial";  } 
H2 { color: #666699; font-size: 14px; font-family: "verdana", "arial";} 
H3 { color: #666699; font-size: 12px; font-style: italic ; font-family: "verdana", "arial"; margin-bottom:0px;} 
H4 { color: red; font-size: 30px; font-family: "verdana", "arial";} 
H5 { color: red; font-size: 30px; font-family: "verdana", "arial";} 
H6 { color: red; font-size: 30px; font-family: "verdana", "arial";} 

/* Links */ 
a:link {text-decoration: nounderline;	color: #29517B; font-weight: bold; font-family: "verdana", "arial" ;}
a:active {text-decoration: nounderline; color: #CC0000; font-family: "verdana", "arial" ;}
a:visited {text-decoration: nounderline; color: #48297B; font-weight: bold; font-family: "verdana", "arial" ;}
a:hover {color: #990000; text-decoration: nounderline; font-family: "verdana", "arial" ;}

/* Body Text */ 
p {font-size: 11px; font-family: "verdana", "arial",; margin-top: 0em; margin-bottom: 0em; color: #404040;}
p.note { font-size: 10px; font-style: italic; } 
li {font-size: 11px; font-family: "verdana", "arial", ; color: #404040;}
td {font-size: 11px; font-family: "verdana", "arial", ; color: #404040;}
td.copyright {font-family: "verdana", "arial", "helvetica"; font-size: 10px; text-align: center;}		

/* Other Text */ 
span.navbar {font-size: 11px; font-family: "verdana", "arial" ;}
div.legal-notice {font-size: 9px; color: #666699; text-align: justified; font-family: "verdana", "arial" ;}
div.nav-footer {font-size: 9px; text-align: center; font-family: "verdana", "arial" ;}

/* For the Questionnaire Form */ 
.form-feedback { FONT-SIZE: 11pt; FONT-WEIGHT: BOLD; COLOR: "red"; FONT-FAMILY: Arial; }

/* More */ 
td,th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 18px;}
.footer { font-size: 10px;}
.subheading { font-size: 13px; color: #29517B; font-weight: bold; }
.form-feedback { FONT-SIZE: 10pt; FONT-WEIGHT: BOLD; COLOR: red; FONT-FAMILY: Arial; }

/* END */ 
