/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    background-image: url(images/background4.jpg);
    background-repeat: repeat-x;
    margin-top:4px
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #808080;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.5em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.25em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
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:	#404040;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#404040;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#404040;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#808080;
	}
	
A.menua:link	
{
	text-decoration:	none;
	color:	#cccccc;
	font-weight:bold;
	font-size: 10pt
	}	
		
A.menua:visited	{	
	text-decoration:	none;
	color:	#cccccc;
	font-weight:bold;
	font-size: 10pt
	}	
		
A.menua:active	{	
	text-decoration:	none;
	color:	#cccccc;
	font-weight:bold;
	font-size: 10pt
	}	
		
A.menua:hover	{	
	text-decoration:	underline;
	color:	#c0c0c0;
	font-weight:bold;
	font-size: 10pt
	}
A.menub:link	{	
	text-decoration:	none;
	color:	#404040;
	font-weight:bold;
	font-size: 10pt
	}	
		
A.menub:visited	{	
	text-decoration:	none;
	color:	#404040;
	font-weight:bold;
	font-size: 10pt
	}	
		
A.menub:active	{	
	text-decoration:	none;
	color:	#404040;
	font-weight:bold;
	font-size: 10pt
	}	
		
A.menub:hover	{	
	text-decoration:	underline;
	color:	#cccccc;
	font-weight:bold;
	font-size: 10pt
	}
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

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 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
IMG.left
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	}
TD.100
{
	background-image: url(images/buttons/100.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	display:block;
	width: 126px;
	height: 25px;
	text-align: center;
	vertical-align:middle;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
}
TD.100b
{
	background-image: url(images/buttons/100b.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	display:block;
	width: 126px;
	height: 25px;
	text-align: center;
	vertical-align:middle
}
TD.120
{
	background-image: url(images/buttons/100.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	display:block;
	width: 126px;
	height: 25px;
	text-align: center;
	vertical-align:middle;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
}
TD.120b
{
	background-image: url(images/buttons/100b.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	display:block;
	width: 126px;
	height: 25px;
	text-align: center;
	vertical-align:middle
}
TD.140
{
	background-image: url(images/buttons/100.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	display:block;
	width: 126px;
	height: 25px;
	text-align: center;
	vertical-align:middle
}
TD.140b
{
	background-image: url(images/buttons/100b.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	display:block;
	width: 126px;
	height: 25px;
	text-align: center;
	vertical-align:middle
}
TD.150
{
	background-image: url(images/buttons/120.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	display:block;
	width: 151px;
	height: 25px;
	text-align: center;
	vertical-align:middle;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
}
TD.150b
{
	background-image: url(images/buttons/120b.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	display:block;
	width: 151px;
	height: 25px;
	text-align: center;
	vertical-align:middle
}
TD.170
{
	background-image: url(images/buttons/140.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	display:block;
	width: 176px;
	height: 25px;
	text-align: center;
	vertical-align:middle;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
}
TD.170b
{
	background-image: url(images/buttons/140b.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	display:block;
	width: 176px;
	height: 25px;
	text-align: center;
	vertical-align:middle
}
TD.190
{
	background-image: url(images/buttons/100.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	display:block;
	width: 126px;
	height: 25px;
	text-align: center;
	vertical-align:middle
}
TD.190b
{
	background-image: url(images/buttons/100b.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	display:block;
	width: 126px;
	height: 25px;
	text-align: center;
	vertical-align:middle
}
TD.200
{
	background-image: url(images/buttons/100.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	display:block;
	width: 126px;
	height: 25px;
	text-align: center;
	vertical-align:middle
}
TD.200b
{
	background-image: url(images/buttons/100b.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	display:block;
	width: 126px;
	height: 25px;
	text-align: center;
	vertical-align:middle
}
TD.menutop
{
	background-image: url(images/menutop.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	display:block;
	width: 1000px;
	height: 40px;
	text-align: center;
	vertical-align:middle
}
TD.photos
{
	padding-top: 10px;	
	width: 980px;
	font-size: 10pt;
	font-weight:bold;
	color: #404040;
	vertical-align:top;
	text-align: left;
}
TD.mainone
{
	padding-top: 10px;	
	padding-left: 10px;
	width: 990px;
	font-size: 10pt;
	font-weight:bold;
	color: #404040;
	vertical-align:top;
	text-align: left;
}
TD.weldedleft
{
	padding-top: 10px;
	padding-left:10px;
	width: 500px;
	font-size: 10pt;
	font-weight:bold;
	color: #404040;
	vertical-align:top;
	text-align: left;
}
TD.weldedright
{
	padding-top: 10px;
	padding-right:10px;
	width: 490px;
	font-size: 10pt;
	font-weight:bold;
	color: #404040;
	vertical-align:top;
	text-align: left;
}
TD.contentleft
{
	padding-top: 10px;
	width: 330px;
	font-size: 10pt;
	font-weight:bold;
	color: #404040;
	vertical-align:top;
	text-align: left;
}
TD.contentmid
{
	padding-top: 10px;
	width: 330px;
	font-size: 10pt;
	font-weight:bold;
	color: #404040;
	vertical-align:top;
	text-align: left;
}
TD.contentright
{
	padding-top: 10px;
	width: 330px;
	font-size: 10pt;
	font-weight:bold;
	color: #404040;
	vertical-align:top;
	text-align: left;
}
DIV.frame
{
	width: 1000px;		
	border-top-style: solid;
	border-top-color: #cccccc;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-left-width: 2px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-right-width: 2px;  	
	background-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
}
DIV.base
{
    width: 1000px; 
    display: block; 
    /*height: 60px;*/
    font-size: 7pt; 
	border-top-style: solid;
	border-top-color: #cccccc;
	border-top-width: 1px;
	padding: 3px;
}
TABLE.main
{
	padding-left: 10px	
}
