body{
	font-family: Tahoma;
	font-size: 10pt;
	background-color: #757575;
	color:#000000;
	background-image: url(images/back_body.jpg);
	background-repeat: repeat-x repeat y;
	text-align: center;
	margin: 0px;
}

div#mainContainer
{
	width: 810px;
	margin-left: auto; 
	margin-right: auto;
	background-image: url(images/cont_rightside.png);
	background-repeat: repeat-y;
	background-position:right;
}

div#mainTableContainer
{
    width: 790px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
}

table#mainTable
{
    width: 784px;
    background-color: #ffffff;
    margin-left: 3px;
    margin-right: 3px;
}

div#contTop
{
	background-image: url(images/back_top.jpg);
	background-repeat: repeat-x;
	margin-left: auto; margin-right: auto;
	text-align: center;
}

div#contBottom
{
	background-image: url(images/back_bottom.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

h1           { font-family: Tahoma; color: #003366; font-size:12pt }
a:link       { font-family: Tahoma; color: #336699; font-size: 10pt }
a:active     { color: #660066; font-family: Tahoma; font-size: 10pt }
h2           { font-family: Tahoma; font-size: 10pt; color: #336699 }
a:visited    { font-family: Tahoma; font-size: 10pt; color: #003366 }
.PopupSelected   { background-color: #f0f0f0 }
.PopupNormal	 { background-color: #e0e0e0 }

.center {
	vertical-align: top;
}

#questions{
}

.question a{
	font-size: 80%;
	font-family: Tahoma; color: #336699;
}

#answers .question{
	text-align:center;
	font-size: 80%;
	color: #336699;
	font-weight:bold;
	padding-top:20px;
}

.answer{
	font-size:80%;
}

.questions_top_link{
	text-align:right;
}

#support_form{
	font-size:80%;
	padding-top: 20px;
}

.subtitle{
	font-size:80%;
}

.attribute{
	vertical-align: top;
	background-color: #f0f0f0;
}

#cert_logo_container{
	display: none;
	position: relative;
	bottom: 110px;
	bottom: 110px!important;
	height: 1px;
}

html>/**/body #cert_logo_container /* FireFox*/{
	position: relative;
	bottom: 110px!important;
	height: 1px;
}

p#logo_sincert{
	margin-top: 5px;
	text-align: center;
	font-size: 8pt;
	font-family: Tahoma;
}

p#logo_sincert *
{
	font-size: 8pt;
}

div#leftMenuDiv
{
	height: 100%;	/* IE 6.0 */
	height: 100%!important;		/* IE 7.0 */
	overflow: hidden;
	width: 148px;
	font-size: 10pt;
}

html>/**/body #leftMenuDiv /* FireFox*/
{
	height: 100%!important;
	overflow: hidden;
	width: 148px;
}

#leftMenuTD{
	height: 100%;
	width: 148px;
	vertical-align: top;
	background-color: #f2f2f2;
}

div#footer
{
	height: 85px;
	overflow: hidden;
}