body {
	background-color:#FFFFFF;
	background-image:url(background.gif);
	background-repeat:no-repeat;
	background-position: 0px 150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small;
	color:#666666;
	text-align:justify;
}

table {
}

table th {
}

table td {
}

h1 {
	font-size: medium;
	font-weight: 700;
	text-transform: capitalize;
}

h2 {
	font-size:small;
}

h3 {
	font-size: smaller;
}

h4 {
	font-size: x-small;
}



p {
	font-weight:normal;
	margin-bottom: 5px;
	margin-top: 10px;
}

p.content:first-line  {
	margin-left: 15px;
}

img {
}

div {
}

ol{
}

ul{
list-style-type: square;
}

li{
	margin-top: 10px;
	font-weight: 700;
}


/*************** Styles Begin***************/

.description {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:10px;
	color: #444444;
}

/*************** Styles End***************/

#bodyMesure {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	color:#000000;
	filter: alpha(opacity:100);
	padding: 0px 0px 0px 0px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	z-index: -1;
}

#copyRight {
	position:static;
	width: 100%;
	height: 100%;
	text-align:center;
	vertical-align: text-bottom;
	font-weight: 100;
	font-size: xx-small;
	color: #bbbbbb;
	z-index: 500;
	background-color:#FFFFFF;
}

#search {
	position: absolute;
	top: -3000px;
	width: 100%;
	height: 100%;
	background-color:#FFFFFF;
}

/*************** Login Begin ***************/
#login {
	position:relative;
	border: 1px solid #bbbbbb;
	padding: 5px 5px 5px 5px;
	width: 100px;
	height: 50px;
	z-index: 8;
}

#login input {
	font-size: 8px;
	color:#999999;
}
/*************** Login End ***************/


/*************** Menu Begin ***************/

#textMenu {
	filter: none;
	position:absolute;
	text-align:center;
	top: 5px;
	left: 0px;
	width: 95%;
	z-index: 500;
}

#textMenu a{
		font: x-small Verdana, Arial, Helvetica, sans-serif;
		color: #CCCCCC;
		text-transform: uppercase;
		font-size:xx-small;
		text-decoration: none;
	}

#textMenu a:hover{
		color:#990000;
		text-decoration:overline;
	}

#textMenu a:visit{
	text-decoration:line-through;
	}
	
#textMenu img{
		width: 10px;
		height: 10px;
		align: center;
	}
/*************** Menu End***************/

/*************** Content Begin***************/

.content div{
		filter: none;
		position: static;
		top: 80px;
		height: 10px;
		z-index: 3600;
	}

.content body{
		font-style: normal;
		color:#666666;
	}

.content table{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:xx-small;
		color:#666666;
		text-align:justify;
		padding: 2px 2px 2px 2px;
	}

.content a{
		font: x-small Verdana, Arial, Helvetica, sans-serif;
		color: #666666;
		font-size:xx-small;
		text-decoration:overline;
	}

.content a:hover{
		color:#aa0000;
		text-decoration:overline;
	}

.content a:visit{
	text-decoration:line-through;
	}
	
	
.content img{
		border: 1px solid #bbbbbb;
		margin: 5px 5px 5px 5px;
	}

/*************** Content End***************/

/*************** Pages ***************/	

.page {
	top: 50px;
	height: 600px;
	width: 20px;
	position: absolute;
	filter: alpha(opacity: 90);
	/* filter:progid: DXImageTransform.Microsoft.Alpha(opacity=40); */
	-moz-opacity: 0.9;
	padding: 5px 5px 5px 5px;
	left: 0px;
	width: 0px;
	background-color:#eeeeee;
	border: 1px solid #bbbbbb;
	z-index: 10;
}

.pageContent {
	visibility:hidden;
}

#corner_tl {
	position: absolute;
	left: -1px;
	top: -1px;
	float: left;
}

#corner_dl {
	position: absolute;
	left: -4px;
	top: 589px;
	float: left;
}

/*************** Pages End***************/

