/*---------------------------------
|       Global Declarations       |
---------------------------------*/

/* Text - Defaults */
body, 
td, 
p, 
li, 
input, 
select, 
textarea { font: normal 13px Helvetica, Arial, Tahoma, Sans-Serif; color: #3F3F3F; }

p {line-height:1.4em}
select,
textarea{
	-moz-border-radius:5px 5px 5px 5px;
	border:1px solid #C5C4C5;
	padding:3px 5px;
}

input {	padding:3px 5px;}
/* Lists */
ul {}
ol {}

hr {
border: 0;
color: #D0D0D0;
background-color: #D0D0D0;
height: 1px;
width: 100%;
text-align: left;
}

p,h1,h2,h3,h4,h5,h6{margin: 0 0 8px 0;}

/* Formatted Text */
pre {}

/* Headings */
h1 { color: #4A4A4B; }
h2 { color: #4A4A4B; }
h3 { font-size: 20px; color: #4A4A4B; }
h4 { color: #4A4A4B; }
h5 { color: #4A4A4B; }
h6 { color: #4A4A4B; }

/* Anchor - was body a:link, but that was causing dissappearance of page elements */


a:link, 
a:active,
a:visited,
.ui_topnav a:visited,
.LeftAccordionNav a:link, 
.LeftAccordionNav a:active,
.LeftAccordionNav a:visited { font-weight: bold; color: #4A4A4B; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }

a:link,
a:active,
a:visited {font-weight: bold; color: #006699; text-decoration: none;}
a:hover {color: #006699; text-decoration: underline;}


/* Forms */
form { margin: 0px; padding: 0px; }

/*---------------------------------
|       Custom Declarations       |
---------------------------------*/

