/* CSS Document */

.Style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.Style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.Style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.Style4 {
	font-size: 14px;
	font-weight: bold;
}
.Style7 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.Style10 {
	color: #FFFFFF
}
.Style11 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #12B22A;
}
.Style12 {
	font-size: 12px; 
	color: #333333; 
	font-family: Arial, Helvetica, sans-serif;
}
.Style14 {
	font-size: 12px; 
	color: #333333; 
	font-family: Arial, Helvetica, sans-serif;
}

.Style15 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.Style16 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #666666; 
	font-style: italic; 
}
.Style17 {
	font-family: Arial, Helvetica, 
	sans-serif; 
	font-size: 12px; 
	color: #666666; 
	font-weight: bold; 
}
.Style19 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Style20 {
	font-size: 12px
}
.Style21 {
	color: #08AE29;
	font-weight: bold;
}
.Style22 {
color: #08AE29
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #666666;
}

#navcontainerhome { width: 170px;
			position : absolute;
			top : 250px;
 }

#navcontainerhome ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #7D7D7D;
}

#navcontainerhome a
{
display: block;
padding: 3px;
width: 160px;
background-color: #999999;
border-bottom: 1px solid #eee;
}

#navcontainerhome a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainerhome a:hover
{
background-color: #7D7D7D;
color: #fff;
}

#navcontainer { width: 170px;
			position : absolute;
			top : 250px;
 }

body{
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
}

#menu {
	position: static;
	padding: 5px;
	width: 100px;
	height: 300px; 
	}







