/* CSS Document */
/************************************************ Master Style Sheet ************************************************/

/**!-- Start styles that can be used generically --**/
/* emphasis attributes */
e {font-weight: bold; font-style: italic; display: inline}

/* bold attributes */
b {font-weight: bold; display: inline}

/* italic attributes */
i {font-style: italic; display: inline}

/* underline attributes */
u {text-decoration: underline; display: inline}

/* text attributes */
p { color: #000066; font-family: Verdana; font-size: 12; display: block }

/* Page Title */
h1 { color: #FF9900; font-family: Times New Roman; font-size: 20; font-weight: bold; display: block }

/* XML Links */
a:link { color: #FF9900; text-decoration: underline; font-weight: bold; display: inline }

a:visited { color: #999999; text-decoration: underline; font-weight: bold; display: inline }

a:hover { color: #000066; text-decoration: underline; font-weight: bold; display: inline }

/**!-- End styles that can be used generically --**/