/*---------------------------------
|       Global Declarations       |
---------------------------------*/

/* Text - Defaults */
body, 
td, 
p, 
li, 
input, 
select, 
textarea { font-family: Arial, Tahoma, Sans-Serif; font-size: 11px; line-height: normal; color: #353535; }

/* Lists */
ul {}
ol {}
li {}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font-size: 18px;
	text-transform: lowercase;
}
h2 {
	font-size: 14px;
}
h3 {}
h4 {}
h5 {}
h6 {}

/* Anchor */
a:link, 
a:visited { color: #353535; text-decoration: none; font-weight: bold; }
a:hover { color: #000; text-decoration: underline; }
a:active { color: #353535; text-decoration: none; font-weight: bold; }

/* Forms */
form { margin: 0px; padding: 0px; }

/*---------------------------------
|       Custom Declarations       |
---------------------------------*/