/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	background-image: url(back.gif);
	background-color:#FFFFFF
	background-repeat: repeat-x;
	background-attachment:fixed;
	position: center;
	text-align: center;
	}
	
p {
	text-align; left
	}

em {
	font-size: 12px;
	font-style: italic;
}

uline {text-decoration: underline;}

strong {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

h1 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	}

h2 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

div.trans50 {width: 100%; opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50) }
div.trans25 {width: 100%; opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=25) }
div.trans75 {width: 100%; opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75) }

a.linkopacity: img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100)}

a.linkopacity:hover img {
filter:alpha(opacity=50);   
-moz-opacity: 0.5;   
opacity: 0.5;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50)
}

a:link {text-decoration:none;
	color:#0000FF}
a:hover {text-decoration:underline;}
a:visited {color:#666666}

.padme
{
	padding:10px 10px 10px 10px;
}

.rightmar
{
	margin-right:10px;
}