/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-IMAGE: url(images/bg1.png);
    background-repeat:repeat-x;
    background-color: rgb(0,0,0);
    
}

BODY.WHITE 
{
	background-color: rgb(255,255,255);
}

input, textarea, select
{
	border: 1px solid black;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

P, TD, SPAN 
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color:White;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, 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: Verdana, Arial, 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: 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:	#FFFFFF;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#FFFFFF;
	}
	
A.prevnext:link	{	
	text-decoration:	none;
	color:	#FFFFFF;
	font-size:15px;
	}	
		
A.prevnext:visited	{	
	text-decoration:	none;
	color:	#FFFFFF;
	font-size:15px;
	}	
		
A.prevnext:active	{	
	text-decoration:	none;
	color:	#FFFFFF;
	font-size:15px;
	}	
		
A.prevnext:hover	{	
	text-decoration:	underline;
	color:	#FFFFFF;
	font-size:15px;
	}


	
SMALL	{	
	font-size:	.6em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	padding:0px;
	}	

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 	{
}

.news_title_black 
{
	color:Black;
}
.news_date_black 
{
	color:Black;
}
.news_text_black 
{
	color:Black;
}

.th 
{
	font-size:7pt;
	font-family:Tahoma;
	color:rgb(137,137,137);
}

.news_title
{
	font-size:12pt;
	font-weight:bold;
}	

.bg_menu 
{
	background-image:url(images/bg_menu.png);
	background-repeat:repeat-x;
	height:80px;
	padding-bottom:3px;
}

.main_content 
{
	padding-top:22px;
	padding-left:0px;
	padding-right:0px;
	background-color:rgb(12,12,12);
}

.footer_top 
{
	
	padding-right:6px;
	background-color:Black;
	border: solid 1px red;
	height:20px;
}

.viewImage 
{
	border:1px solid black;
	padding:2px;
}

.form 
{
	font-size:7pt;
	font-family:Tahoma;
	color:rgb(255,255,255);
	
}

.imageGallery 
{
	border-top:2px solid #ffec00;
	border-left:2px solid #ffec00;
	border-bottom:2px solid #ffec00;
}
.imageGallery_b
{
	border-right:2px solid #ffec00;
	height:35px;
}
.imageGallery_tl 
{
 background-image:url(images/corner_tl.gif);
 background-repeat:no-repeat;
 background-position:left top;
 width:7px;
 height:7px;
}
.imageGallery_tr
{
 background-image:url(images/corner_tr.gif);
 background-repeat:no-repeat;
 background-position:right top; 	
 width:7px;
 height:7px;
}
.imageGallery_bl
{
 background-image:url(images/corner_bl.gif);
 background-repeat:no-repeat;
 background-position:left bottom; 	
 width:7px;
 height:7px;
}
.imageGallery_br
{
 background-image:url(images/corner_br.gif);
 background-repeat:no-repeat;
 background-position:right bottom; 	
 width:7px;
 height:7px;
}
