/* **************************************************************************** */
/*	For further information on CSS see these sites:				*/
/*	http://www.w3.org/Style/						*/
/*	http://www.css.nu/							*/
/*	Want answers to your CSS questions? try this usenet group:		*/
/*	comp.infosystems.www.authoring.stylesheets				*/
/*										*/
/*	If you want to check the validity of the style sheet you can use this:  */
/*	http://jigsaw.w3.org/css-validator/					*/
/* **************************************************************************** */


a.menulink:link {color: #333399; text-decoration: none}
a.menulink:visited {color: #333399; text-decoration: none}
a.menulink:hover {color: #CC0000; text-decoration: underline}
a.toolslink:link {color: #FFFFFF}
a.toolslink:visited {color: #FFFFFF}
a.toolslink:hover {color: #FFCC33; text-decoration: underline}
a.weatherlink:link {color: #3333CC; text-decoration: underline}
a.weatherlink:visited {color: #3333CC; text-decoration: underline}
a.weatherlink:hover {color: #FF6666}a.body:link {  color: #336633; text-decoration: underline}
a:link { color: #336633; text-decoration: underline}
a:visited { color: #336633; text-decoration: underline}
a:hover { color: #FF0033; text-decoration: none}
BODY  
	{ 
      font-family: Arial, Helvetica, sans-serif;
	  font-size: 10pt;
	  background-color: #003366;
	}
	.title                          /* album titles on main page */
	{ 
	  font-size: 14px; 
	  font-weight: bold; 
	}
.desc                           /* album descriptions on main page */
	{ 
	  font-size: 12px; 
	}
.main                           /* album descriptions on main page */
	{ 
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 10pt;
	}
.caption                        /* photo captions on all pages */
	{ 
	  font-size: 10px; 
	}
.error                          /* all error text */
	{ 
	  color: red; 
	  font-size: 12px; 
	}

.headbox			/* box around the page headers */
	{
	}

.head                           /* page headers */
	{ 
	  font-size: 16px; 
	  font-weight: bold; 
	}
.bread                          /* used in breadcrumb bars */
	{ 
	  font-size: 10px; 
	}
.nav                            /* used in navigation bars */
	{ 
	  font-size: 12px; 
	}
.admin                          /* used in admin bars */
	{ 
	  font-size: 10px; 
	  font-weight: bold; 
	}
.fineprint                      /* used for fine print */
	{ 
	  font-size: 10px; 
	}
.popuphead
	{
	  font-size: 16px;
	  font-weight: bold
	}
.popup
	{
	  font-size: 12px;
	}
.editlink			/* Used for the [edit] tags */
	{
	  font-size: 10px;
	}
.custom_tray_page {
	background-color: #FFF;
	padding: 10px;
}
.custom_trays_emailbox {
	padding: 5px;
	width: 400px;
	border: 1px dotted #000;
}
