/**
 * Global Classes
 */
h1, h2{
	font-size: 12px;
	font-weight: bold;
	font-family: verdana;	
	color: #000000;
	text-align: center;
	padding-bottom: 5px;
}

h3{
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #000000;
	background: #ffffff;
	width: 150px;
	margin: 0 auto 5px auto;
}

/**
 * Layout style
 */
 
body{	
font: 11px/20px Verdana;	
color: #000000;
background: url("../../images/global/screen/body.bkg.gif") repeat;
margin-left: auto;
margin-right: auto;
width: 800px;
height: 600px;
text-align: justify;
}

#content{
border: 1px solid #000000;
background: #eff0f5;
text-align: justify;
padding: 25px 0;
min-height: 500px;
}

#logo {
border: 1px solid #000000;
background: #eff0f5;
}

div#tail{
text-align:right;
}

