@charset "utf-8";
/* CSS Document */

/* Text is sized and then styled using em */

body {
font-size:62.5%;
}

/* Styles for page/section titles */

h1.title_style {
font-family:Verdana;
font-weight:bold;
color:#09b2d1;
font-size:2.0em;
}

/* Subtitle only for donwload area */

h2.sub_title_style {
font-family:Verdana;
font-weight:bold;
color:#3a3a3a;
font-size:1.6em;
padding-left:30px;
}

/* Subtitle for whole site */

h2.sub_title_style2 {
font-family:Verdana;
font-weight:bold;
color:#3a3a3a;
font-size:1.6em;
}

h2.faq_box_title {
font-family:Verdana;
font-weight:bold;
color:#3a3a3a;
font-size:1.8em;
padding:11px;
}

/* Basic text and links used throughout site */

p.basic_text {
font-family:Verdana;
color:#3a3a3a;
font-size:1.2em;
}

.basic_text a:link {
color:#029ab6;
text-decoration:underline;
}

.basic_text a:visited {
color:#029ab6;
text-decoration:underline;
}

.basic_text a:hover {
color:#e02a77;
text-decoration:none;
}

.basic_text a:active {
color:#029ab6;
text-decoration:underline;
}

/* Style for boxes that appear on the homepage */

h1.homepage_box_title {
font-family:Verdana;
font-weight:bold;
color:#09b2d1;
font-size:2.0em;
padding:12px;
}

h1.homepage_text_style {
font-family:Verdana;
color:#e02a77;
font-size:1.7em;
padding:12px;
}

/* Style for text and links within footer */

p.footer_text {
font-family:Verdana;
font-size:1.0em;
color:#808080;
text-align:center;
width:100%;
padding-bottom:5px;
}

.footer_text a:link {
text-decoration:underline;
color:#808080;
}

.footer_text a:visited {
text-decoration:underline;
color:#808080;
}

.footer_text a:hover{
text-decoration:none;
color:#3a3a3a;
}

.footer_text a:active {
text-decoration:underline;
color:#808080;
}

/* Styles used for lists */

ul.basic_list {
font-family:Verdana;
font-size:1.2em;
padding-left:40px;
color:#3a3a3a;
}

/* Styles used for text on FAQ page */

span.faq_questions_number {
font-family:Verdana;
color:#e02a77;
font-size:1.2em;
}

p.faq_box_text {
font-family:Verdana;
color:#4b4b4b;
font-size:1.2em;
padding-bottom:5px;
}

.faq_box_text a:link {
color:#029ab6;
text-decoration:underline;
}

.faq_box_text a:visited {
color:#029ab6;
text-decoration:underline;
}

.faq_box_text a:hover {
color:#e02a77;
text-decoration:none;
}

.faq_box_text a:active {
color:#029ab6;
text-decoration:underline;
}

p.faq_panel_question {
font-family:Verdana;
font-size:1.2em;
font-weight:bold;
color:#e02a77;
padding-bottom:11px;
}

p.faq_panel_answer {
font-family:Verdana;
font-size:1.2em;
color:#e02a77;
}

table.admin td{

font-family:Verdana;
font-size:1.2em;
padding-bottom:5px;
padding-top:5px;border-bottom:1px solid #CCCCCC;}

table.admin{margin-left:20px;width:800px;}