/*---------------------------------
|       Global Declarations       |
---------------------------------*/

/* Text - Defaults */
body, 
td, 
p, 
li, 
input, 
select, 
textarea { font: normal 12px "Times New Roman", Georgia, Serif; color: #786464; }

/* Lists */
ul {}
ol {}

p {margin: 5px 0;}

/* Formatted Text */
pre {}

/* Headings */
h1 { font-family: "Times New Roman", Georgia, Serif; font-weight:normal;font-size: 20px; margin: 5px 0;color: #786464; }
h2 { font-family: "Times New Roman", Georgia, Serif;font-weight:normal;font-size: 18px;margin: 5px 0;color: #786464; }
h3 { font-family: "Times New Roman", Georgia, Serif;font-weight:normal;font-size: 16px;margin: 5px 0;color: #786464; }
h4 {font-family: "Times New Roman", Georgia, Serif;font-weight:normal;font-size: 14px;margin: 5px 0;color: #786464; }
h5 {font-family: "Times New Roman", Georgia, Serif;font-weight:normal;font-size: 12px;margin: 5px 0;color: #786464; }
h6 {font-family: "Times New Roman", Georgia, Serif;font-weight:normal;font-size: 10px;margin: 5px 0;color: #786464; }

/* Anchor */
a:link, 
a:visited {text-decoration: none; }
a:hover {text-decoration: underline; }
a:active {text-decoration: none; }

/* Forms */
form { margin: 0; padding: 0; }

/*--------------------------------------------
|       Custom Declarations Below Here       |
--------------------------------------------*/

