﻿body {
background: white;
padding:0;
margin:0;
font-family: verdana, arial, sans-serif;
font-size: 90%;
color: black;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

h1
{
    font-size:21px;
    font-style:normal;
    font-weight:normal;
    padding-top:10px;
    text-align:center;
}

.whitetext {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-family: Myriad-Bold, Myriad-BoldItalic, Myriad-Headline, Myriad-Italic, Myriad-Roman, Myriad-Sketch, Myriad-Tilt;
}

.mainbody {
	font-family: Arial, Tahoma, Lucida Console, Sans-Serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none
}

.support {
	font-family: Arial, Tahoma, Lucida Console, Sans-Serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none
}

.sales {
	font-family: Arial, Tahoma, Lucida Console, Sans-Serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none
}

.footer {
	font-family: Arial, Tahoma, Lucida Console, Sans-Serif;
	font-size: 9px;
	color: #404040;
	text-decoration: none
}

.news {
	font-family: Arial, Tahoma, Lucida Console, Sans-Serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none
}

.navitem {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 14px;
	verticle-align: text-top
}

a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: underline
}

a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline
}

a:active {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline
}

.border {
	padding: 0px;
	border: 0px none #FFFFFF;
	background-color: #FF0000;
	list-style-type: disc;
	font-family: Arial, Tahoma, Lucida Console, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.body {
	font-family: Arial, Tahoma, Lucida Console, Sans-Serif;
	font-size: 8px;
	line-height: 8px;
}

#menu {
position: absolute;
top: 1em;
left: 1em;
width: 10em;
}

#menu dt {
cursor: pointer;
background: #ffffff;
height: 34px;
line-height: 20px;
margin: 2px 0;
border: 0px solid gray;
text-align: center;
font-weight: bold;
}

#menu dd {
position: absolute;
z-index: 100;
left: 8em;
margin-top: -1.4em;
width: 10em;
background: #A9BFCB;
border: 1px solid gray;
}

#menu ul {
padding: 2px;
}
#menu li {
text-align: center;
font-size: 85%;
height: 18px;
line-height: 18px;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: underline;
}


#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}

ul.page
{
    padding:10px;
}

li.page 
{
    margin-left:50px;
    padding-left:5px;
    list-style-type:circle;
}

.left
{
    text-align:left;
    width:40%;
}

.right
{
    text-align:left;
    width:60%;
}