/* CSS Document */
body {
margin: 0px;
padding: 0px;
color: #5C5C5C;
font-family: Arial;
font-size: 11px;
line-height:24px;
}
p {
color:#5C5C5C;
font-family: Arial;
font-size: 11px;
line-height:14px;

}
td {
margin: 0px;
padding: 0px;
color: #FFFFFF;
font-family: Arial;
font-size: 10px;
}

.content{
padding-left:20px;
padding-right:20px;
padding-top:20px;
margin-right:20px;
}
.menu{
background-color:#EEEEEE;
padding-left:32px;
padding-top:8px;
padding-bottom:5px;
font-family: Arial;
font-size: 11px;
}

.menu a:link{
	color: #5C5C5C;
	text-decoration: none;
}
.menu a:visited {
	color: #5C5C5C;
	text-decoration: none;
}
.menu a:active{
	color: #FF6600;
	text-decoration: underline;
}
.menu a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.menu2{
background-color:#EEEEEE;
padding-left:20px;
padding-top:8px;
font-family: Arial;
font-size: 11px;
}

.menu2 a:link{
	color: #5C5C5C;
	text-decoration: none;
}
.menu2 a:visited {
	color: #5C5C5C;
	text-decoration: none;
}
.menu2 a:active{
	color: #FF6600;
	text-decoration: underline;
}
.menu2 a:hover {
	color: #FF6600;
	text-decoration: underline;
}

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

.logo a:link{

}
.logo a:visited {

}
.logo a:active{

}
.logo a:hover {

}


ul {
color: #5C5C5C;
font-family: Arial;
font-size: 11px;
line-height:15px;
margin-left: 18px;
padding: 0px;
}

ol {
color: #5C5C5C;
font-family: Arial;
font-size: 11px;
line-height:19px;
margin-left: 16px;
padding: 0px;
}

li {

list-style-image: url(../images/bullet_orange.jpg);
}

.iframe {
width: 500px;
height: 520px;
border: 0px;
padding: 0px;
margin: 0px;
font-size: 12px;
}

.inputfield {
border: 0px #B7B7B7 solid;
background: #EFEFEF;
width:250px;
height: 18px;
margin-bottom: 2px;
}


input {
font-family: arial;
font-size: 11px;
line-height: 16px;
background-color: #ffffff;
border:  solid 1px;
border-color: #5C5C5C;
margin-right: 10px;
}
