body {
font-size:12px; 
color:#333333; 
font-family:verdana, arial, helvetica, sans-serif; 
background-color:#ffffff; 
} 
table {
font-size:12px; 
color:#333333; 
font-family:verdana, arial, helvetica, sans-serif; 
} 
td {
font-size:12px; 
color:#333333; 
font-family:verdana, arial, helvetica, sans-serif; 
} 
form {
font-size:11px; 
color:#333333; 
font-family:verdana, arial, helvetica, sans-serif; 
} 
input {
font-size:11px; 
color:#333333; 
font-family:verdana, arial, helvetica, sans-serif; 
} 
select {
font-size:11px; 
color:#333333; 
font-family:verdana, arial, helvetica, sans-serif; 
} 
textarea {
font-size:11px; 
color:#333333; 
font-family:verdana, arial, helvetica, sans-serif; 
}


/* #### link colors #### */

a:link { color:#333333; text-decoration:underline; } 
a:visited { color:#333333; text-decoration:underline; } 
a:active { color:#333333; text-decoration:underline; } 
a:hover { color:#333333; text-decoration:none; }

a.link-nav:link { color:#333366; text-decoration:underline; font-weight:bold;} 
a.link-nav:visited { color:#333366; text-decoration:underline; font-weight:bold;} 
a.link-nav:active { color:#333366; text-decoration:underline; font-weight:bold;} 
a.link-nav:hover { color:#FF9900; text-decoration:none; font-weight:bold;}

a.link-footer:link { color:#6699CC; text-decoration:none; font-size:10px; } 
a.link-footer:visited { color:#6699CC; text-decoration:none; font-size:10px; } 
a.link-footer:active { color:#6699CC; text-decoration:none; font-size:10px; } 
a.link-footer:hover { color:#6699CC; text-decoration:underline; font-size:10px;}

/* #### border color #### */

.border-light-gray {
border-right:1px solid #CCCCCC; 
border-top:1px solid #CCCCCC; 
border-left:1px solid #CCCCCC; 
border-bottom:1px solid #CCCCCC; 
} 

.border-dark-blue {
border-right:1px solid #3E85CB; 
border-top:1px solid #3E85CB; 
border-left:1px solid #3E85CB; 
border-bottom:1px solid #3E85CB; 
} 

/* #### background colors #### */

.bg-main-color { background-color:#EFEFEF; }
.bg-dark-color { background-color:#666666; }
.bg-green { background-color:#72A114; }
.bg-orange { background-color:#FF6600; }
.bg-red { background-color:#990066; }
.bg-blue { background-color:#003399; }
.bg-yellow { background-color:#F3E94D; }

/* #### text colors #### */

.text-blue { color:#6699CC; }
.text-white { color:#FFFFFF; } 

/* #### text sizes #### */

.text-big { font-size:15px; }
.text-small { font-size:9px; }

/* #### text font style #### */
.text-logo { font-size:36px; color:#FFFFFF; font-family:monotype corsiva; }

.a { background-image: url(images/gray_2.gif); background-repeat: repeat-y; width:2px;}