@charset "utf-8";
/* CSS Document */

body {
background-color:#FFFFFF;
}
#content {
padding:20px 0; 
}
#footer {
border-top:1px solid #DDDDDD;
padding:10px 0;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
color:#999999;
font-size:12px;
font-style:italic;
}




/* default styles */
h2 {
font-size:18px;
color:#666666;
font-family:Georgia, "Times New Roman", Times, serif;
margin-bottom:0;
}
h3 {
font-size:16px;
color:#333333;
font-family:Georgia, "Times New Roman", Times, serif;
margin-bottom:0;
}
h4 {
font-size:18px;
color:#333333;
font-family:Georgia, "Times New Roman", Times, serif;
margin-bottom:0;
}
p, textarea,.form_text {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:normal;
font-style:italic;
color:#333333;
line-height: 25px;
margin-top:8px;
}
a:link {
color:#990000;
font-weight:bold;
text-decoration:none;
}
a:hover {
text-decoration:underline;
color:#990000;
font-weight:bold;
}
a:visited {
text-decoration:underline;
color:#990000;
font-weight:bold;
}
ul, ol {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:normal;
font-style:italic;
color:#333333;
line-height: 25px;
margin-top:8px;
}
ul {
list-style-image:url(../images/bullet.jpg);
}
textarea, input {
border:3px double #CCCCCC;
}


/* custom classes */
td.third_column {
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
padding:0 10px;
}
td.text {
vertical-align:top;
}
.success {
border:5px solid #006600;
background-color:#009900;
color:#FFFFFF;
padding:10px;
}
