/*---------------------------------
|       Global Declarations       |
---------------------------------*/

/* Text - Defaults */
body, 
td, 
p, 
li, 
input, 
select, 
textarea { font: normal 11px Verdana, Tahoma, Sans-Serif; color: #353535; }

/* Lists */
ul {}
ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { color: #6A6A6A; font-size: 14px; }
h2 { color: #999; font-weight: normal; font-size: 16px; }
h3 { color: #F99C00; }
h4 { color: #533478; }
h5 { color: #6A6A6A; }
h6 { color: #533478; }

/* Anchor */
a:link, 
a:active, 
a:visited { color: #533478; text-decoration: none; font-weight: bold; }
a:hover { color: #F99C00; text-decoration: underline; }

/* Forms */
form { margin: 0px; padding: 0px; }

/*---------------------------------
|       Custom Declarations       |
---------------------------------*/

td.purple_top_line { border-top: solid 1px #A392B7; }
td.green_top_line { border-top: solid 1px #ABB400; }

.CAT .Buttons .ContinueButton { float: none; width: 100px; margin: 0px; margin-top: 5px; }