﻿@charset "UTF-8";
/* CSS Document */

body, td , p, ul, ol, li, a, form {font: 14px verdana, arial, sans-serif; color:#000000; font-weight:normal; line-height:19px;}

A:link {text-decoration: none; color: #009900;}

A:hover {text-decoration: underline; color: #009900;}

A:visited {text-decoration: none; color: #009900;}

#header td {font: 18px verdana, arial, sans-serif; color:#ffffff;}

#header A:link {text-decoration: none; color: #ffffff; font-size:18px;}

#header A:hover {text-decoration: underline; color: #ffffff; font-size:18px;}

#header A:visited {text-decoration: none; color: #ffffff; font-size:18px;}

#footer td {font: 14px verdana, arial, sans-serif; color:#999999;}

#footer A:link {text-decoration: none; color: #999999; font-size:14px;}

#footer A:hover {text-decoration: underline; color: #999999; font-size:14px;}

#footer A:visited {text-decoration: none; color: #999999; font-size:14px;}

.home {font-size: 17px; line-height:22px;}

.header {font-weight: bold; font-size:17px;}

.small {font-size: 14px;}

.greenArrow {list-style:url("/images/shell/green_arrow.gif");}

.greenArrowSmall {list-style:url("/images/shell/green_arrow_small.gif");}

.example {font-size: 10px;}

.leftMargin {margin-left: 10px;}

.rightMargin {margin-right: 10px;}

/*buttons*/

.clear { /* generic container (i.e. div) for floating buttons */
overflow: hidden;
width: 100%;
}

a.blueButton {
background: transparent url('/images/buttons/blueBtnR.png') no-repeat scroll top right;
color: #FFF;
display: inline-block;
font: normal 21px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
height: 50px;
margin-right: 0px;
padding-right: 10px; /* sliding doors padding */
text-decoration: none;
}

a.blueButton span {
background: transparent url('/images/buttons/blueBtnL.png') no-repeat;
display: inline-block;
line-height: 21px;
padding: 14px 15px 15px 25px;
}

a.blueButton:active {
background-position: bottom right;
color: #FFF;
outline: none; /* hide dotted outline in Firefox */
}

a.blueButton:active span {
background-position: bottom left;
padding: 15px 15px 14px 25px; /* push text down 1px */
}

a.bigButton {
background: transparent url('/images/buttons/bigBtnR.png') no-repeat scroll top right;
color: #333;
display: inline-block;
font: 28px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
letter-spacing:-1px;
height: 66px;
margin-right: 0px;
padding-right: 10px; /* sliding doors padding */
text-decoration: none;
}

a.bigButton span {
background: transparent url('/images/buttons/bigBtnL.png') no-repeat;
display: inline-block;
line-height: 28px;
padding: 19px 20px 19px 30px;
}

a.bigButton:active {
background-position: bottom right;
color: #333;
outline: none; /* hide dotted outline in Firefox */
}

a.bigButton:active span {
background-position: bottom left;
padding: 20px 20px 18px 30px; /* push text down 1px */
}
