/**************************************************************************
 * These styles are applied to HTML elements directly.
 * No additional code is needed to use them.
 **************************************************************************/

a:link
{
	color: #003399; 
	text-decoration:underline;
}

a:visited
{
	text-decoration:underline;
}

a:hover
{
	text-decoration:underline;
}

a:active
{
	text-decoration:underline;
}

body
{
#background:#e2e0d3 !important;
#background:black !important;
background-image:url(bck-body-main.jpg);
background-repeat:repeat-x;
background-color:#ededed;
height:100%;	
font:62.5%/1em Arial, Helvetica, sans-serif;
text-align:center;
color:#000;
margin:0;
padding:0;
}
	
}

textarea
{
	overflow: auto;
}

label
{
	font: bold .8em Arial, Helvetica, sans-serif; 
	color: #7386A5; 
} 

input
{
	font: bold .8em Arial, Helvetica, sans-serif; 
}

caption
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: normal;
	font-weight: bold;
}


/**************************************************************************
 * Styles for bold text, can be used on any elements.
 **************************************************************************/

.bold
{
	font-weight: bold;
}


.borderline
{
	#border: 1px solid #000080;
	border: 1px solid black;
}

.borderleftline
{
	border-left: 1px solid #000080;
}


.bordertop
{
	border-top: 1px solid #000080;
}

#container {
width:800px;
height:100%;
background:#fff;
text-align:left;
margin:0 auto;
}


/**************************************************************************
 * background
 **************************************************************************/

body{
	background-image:url(bck-body-main.jpg);
	background-repeat:repeat-x;
	background-color:#ededed;
	height:100%;	
	}


/**************************************************************************
 * Menu
 **************************************************************************/

.menu a {
  text-decoration: none;
  color: black;
}

.menu a:link
{
  text-decoration: none;
  color: black;
}

.menu a:visited
{
  text-decoration: none;
  color: black;
}

.menu a:hover
{
  text-decoration: none;
  color: black;
}

.menu a:active
{
  text-decoration: none;
  color: black;
}

/**************************************************************************
 * End
 **************************************************************************/

