/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

h1	{font-family: Arial, Helvetica, sans-serif; font-size: 16pt; color:#000000; margin-top: 0; margin-bottom: 0;}
h2	{font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color:#000000; margin-top: 0; margin-bottom: 0;}
h3	{font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color:#000000; margin-top: 0; margin-bottom: 0;}
h4	{font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color:#000000; margin-top: 0; margin-bottom: 0;}
h5	{font-family: Arial, Helvetica, sans-serif; font-size: 11pt; margin-top: 0; margin-bottom: 0; font-weight: normal; }
h6	{font-family: Arial, Helvetica, sans-serif; font-size: 90%; margin-top: 0; margin-bottom: 0; font-weight: normal; }
p	{font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color:#000000;}
td	{font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color:#000000;}
LI	{font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color:#000000;}
input	{font-family: Arial, Helvetica, sans-serif; font-size: 9 pt;}
strong {font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color:#000000;}
.tiny	{font-family:  Arial, Helvetica, sans-serif; font-size: 8pt;}
.indent {margin-left: 10;}


.borderthin {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;}

.padded {
	margin-left: 10;
	margin-top: 10;
	margin-right: 10; }
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	none ;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

img 	
{
	border: none; 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}

a#button1 image {background: url(images/btnHome.gif) top left no-repeat; width: 100px; }
a#button2 image {background: url(images/btnServices.gif) top left no-repeat; width: 100px; }
a#button3 image {background: url(images/btnAbout.gif) top left no-repeat; width: 100px; }
a#button4 image {background: url(images/btnContact.gif) top left no-repeat; width: 100px; }
a#button5 image {background: url(images/btnPrivacy.gif) top left no-repeat; width: 100px; }
a#button6 image {background: url(images/btnOnlineGuide.gif) top left no-repeat; width: 100px; }
a#button7 image {background: url(images/btnLinks.gif) top left no-repeat; width: 100px; }
a#button8 image {background: url(images/btnKids.gif) top left no-repeat; width: 100px; height: 105px; }


a#button1:hover image {background: url(images/over_btnHome.gif) left no-repeat; width: 100px;}
a#button2:hover image {background: url(images/over_btnServices.gif) left no-repeat; width: 100px;}
a#button3:hover image {background: url(images/over_btnAbout.gif) left no-repeat; width: 100px;}
a#button4:hover image {background: url(images/over_btnContact.gif) top left no-repeat; width: 100px;}
a#button5:hover image {background: url(images/over_btnPrivacy.gif) left no-repeat; width: 100px;}
a#button6:hover image {background: url(images/over_btnOnlineGuide.gif) left no-repeat; width: 100px;}
a#button7:hover image {background: url(images/over_btnLinks.gif) top left no-repeat; width: 100px;}
a#button8:hover image {background: url(images/over_btnKids.gif) top left no-repeat; width: 100px; height: 105px; }

.copytime a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.copytime a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.copytime a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.copytime a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.footertime a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
.footertime a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
.footertime a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
.footertime a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}

.footertime {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #660000;
	text-decoration: none;
}