/*---------------------------------
|       Global Declarations       |
colors
light grey: #F2F2F2;
dark grey: #665F5C;
brown: #7E6156;
green: #90B10D;
blue: #009CD1;
orange: #EE8112;
---------------------------------*/

/* Text - Defaults */
body, 
td, 
p, 
li, 
input, 
select, 
textarea { font: normal 12px 'Century Gothic', Arial, Tahoma, Sans-Serif; color: #666; }

/* Lists */
ul {}
ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { margin: 5px 0; font-weight: normal; font-size: 24px; color: #009CD1;}
h2 { margin: 5px 0; font-weight: normal;font-size: 20px; color: #90B10D;}
h3 { margin: 5px 0; font-weight: bold;font-size: 16px; color: #009CD1;}
h4 { margin: 5px 0; font-weight: normal;font-size: 14px; /*color: #90B10D;*/}
h5 { margin: 5px 0; font-weight: normal;font-size: 12px; color: #009CD1;}
h6 { margin: 5px 0; font-weight: normal;font-size: 10px; color: #90B10D;}

/* Anchor */
a:link, 
a:active, 
a:visited { color: #90B10D; text-decoration: none; }
a:hover { color: #009CD1; text-decoration: underline; }
a{outline:none;}

/* Forms */
form { margin: 0px; padding: 0px; }

/*---------------------------------
|       Custom Declarations       |
---------------------------------*/
.ui_departments ul{margin: 0; padding: 0;}
.ui_departments li{margin: 0; padding: 3px 0;}
.ui_departments a {color: #666;}

/* All */
.RedBoldText { font-weight: bold; color: #f00; }
.GreenBoldText { font-weight: bold; color: #0f0; }
.BlueBoldText { font-weight: bold; color: #00f; }
.BlackBoldText { font-weight: bold; color: #000; }

/* Anchors */
a.BlackLink { background-color: #000; color: #fff; }

/* Paragraphs */
p.PurpleParagraph { background-color: #88f; color: #fff; }

/* Tables */
table.RedTable { background-color: #f00; color: #fff; }

/* Table Cells */
td.GreenTableCell { background-color: #080; color: #fff; }

/* Images */
img.PaddedImage { padding: 20px; }.CAT .Buttons .ContinueButton { float: none; width: 100px; margin: 0px; margin-top: 5px; }
