/* Miniweb Styles Specific to Title Bar */

/* Navigation and Title Bar Background */
BODY.frames  { background-image: none; background-color: #1A807F; }

/* Title Bar Text */
.maintitle { color: white; font-family: Arial; font-size: 16pt; 
	margin-top: 10px; margin-bottom: 0px; margin-left: 25px; }

.subtitle { color: white; font-family: Arial; font-size: 9pt; 
	margin-top: 0px; margin-bottom: 0px; margin-left: 25px; }

/* Formatting for links in title bar */
a { color: white; font-size: 10pt; font-family: Arial; text-decoration:none;  }
a:hover {color: yellow; text-decoration:none }
a:active {color: yellow;}


