/* ********* ********* ********* ********* ********* */ 
/* TEMPLATE CLASSES */

body 		{ background-image: url("images/bgimage.gif"); color: #000000; font: 10pt verdana; margin: 0px; }
a:link		{ }
a:visited	{ }
a:hover		{ }

.divLeftColor	{ background-color: #000000; }
.divRightColor	{ }
.divTitle		{ padding-top: 10px; padding-bottom: 20px; }
.divContent		{ background-color: #ffffff; border: 2px solid #000000; height: 100%; padding: 10px;}

.Title1		{ color: #ffffff; font-size: 24pt; font-weight: bold; }
.Title2		{ color: #00ff00; font-size: 24pt; font-weight: bold; }
.Title3		{ color: #ffffff; font-size: 24pt; font-weight: bold; }
.Title4		{ color: #ffffff; font-size: 18pt; font-weight: bold; }

/* ********* ********* ********* ********* ********* */
/* INFO */

#DivInfo { color: #cccccc; font: 8pt verdana; text-align: center; padding: 10px;}
#DivInfo a:link, #DivInfo a:visited, #DivInfo a:active #DivInfo a:hover {
	color: #cccccc; text-decoration: underline;
}

/* ********* ********* ********* ********* ********* */
/* BUTTONS */
#button	    { }
#button a:link, #button a:visited, #button a:active 
{
	background-color: #cccccc; 
	color: #000000; 
  	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	border-style: solid;
	border-width: 2px;
	width: 100px; 
	padding: 5px;
	text-decoration: none;
}
#button a:hover 
{
	background-image: url("images/bgimage.gif");
	font-weight: bold;
}

