/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #371401;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 6px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0px 0px 10px 0px;
}

TD
{
	font-size: 11px;
}

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:	underline;
	color:	#fba749;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#fba749;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#fba749;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#fba749;
	}
	
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: 0px;
	}
	
P
{
	margin: 5px 0px 5px 0px;
	line-height: 16px;
	font-size: 11px;
	color: #fba749;
}

form 
{
	margin: 0px;
}


/* ----------------------------------------------------- */
	
	#main
	{
		background-color: #481c03;
		border: solid 1px #000000;
		width: 800px;		
	}
	
	#leftcontent
	{
		width: 400px;
	}
	
	#rightcontent
	{
		width:400px;
	}
	
	#textbox
	{
		BACKGROUND-IMAGE: url(images/BellaSeraTextBox.gif); 
		BACKGROUND-REPEAT: no-repeat; 
		background-position: top center; 
		margin-top: 13px; 
		padding-top: 20px; 
		height: 330px; 
		text-align: center;
		font-weight: 700;
	}
	
	#menu
	{
		width: 500px;
		text-align: center;
		border: 1px solid #000000;
	}
	
	#table2 p
	{
		color: #000000;
	}
	
	#contactform
	{
		width: 340px;
		border: 0px solid blue;
		margin: -15px 15px 0px 23px;
		padding: 0px;
	}
	
	#contactform td
	{
		color: #fba749;
		font-size: 10px;
	}
		
	form
	{
		margin: 0px;
	}
	
	#contactform input
	{
		font-size: x-small;
	}
	
	.buttons
	{
		background-color: #990000;
		border: 1px solid #000000;
		color: #fba749;
		border-style: outset;
		height: 27px;
		font-family: verdana;
		font-weight: 700;
		font-size: 12px;
		font-variant:small-caps;
		vertical-align: middle;
		margin: 0px;
		cursor: hand;
		padding-bottom: 2px;
	}
	
	.buttonContact
	{
		height: 23px;
		font-size: 11px;
	}