/* Default CSS Stylesheet for a new Web Application project */


H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    color: #000000;
}
H1	{	
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: 'Times New Roman' , Verdana, 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: 'Times New Roman' , Verdana, 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: 'Times New Roman' , Verdana, 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: 'Times New Roman' , Verdana, 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: 'Times New Roman' , Verdana, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
	}	


A:link
{
	color: black;
	text-decoration: none;
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	black;
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	black;
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	black;
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
	}
	
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;
	}	

.TITLE
{
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: black;
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
}

.TITLESMALL
{
	font-size: 16px;
	color: black;
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
}

.NORMAL
{
	font-size: 14px;
	color: black;
	text-transform: none;
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
}

.NORMALBOLD
{
	font-size: 14px;
	color: black;
	font-weight:bold;
	text-transform: none;
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
}

A.SITELINK, A.SITELINK:link, A.SITELINK:visited
{
	color: maroon;
	text-decoration: none;
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
}

A.SITELINK:hover
{
	color: maroon;
	text-decoration: underline;
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
}

#container
{
	width:100%;
	height: 100%;
	margin: 4px auto;
	padding: 4px auto;
	background-color: #fff;
	color: #333;
	line-height: 120%;
}

#leftImage
{
	float: left;
	margin: 0;
	padding: 1;
	width: 800px;
}

#rightThumbs
{
	float:right;
	width: 160px;
	vertical-align:middle;
	text-align:center;
}

.Thumbs
{
	background-color: #e6e6e6;
	vertical-align:middle;
	text-align:center;
	padding: 10px;
	margin-bottom: 10px;
	width: 200px;
}

#Title
{
	padding: 8px;
	background-color: #e6e6e6;
	margin: 0;
	float: left;
	width: 100%;	
}

#TitleDetails
{
	padding: 8px;
	background-color: #e6e6e6;
	margin: 0px;
	float: left;
	width: 85%;	
}

.Close
{
	padding: 8px;
	margin: 0px;
	background-color: #e6e6e6;
	float:right;
	width: 15%;	
}

