﻿*
{
	padding:0;
	margin:0;
}
html {
  overflow-y:scroll; 
  overflow-x:auto; 
}

body, html
{
	height:100%;
	padding:0;
	margin:0;
}
body 
{
	background:#93b7d1 url(./layout/goda_background_1600x1200.jpg) center top no-repeat;
	text-shadow: 0 0 0 #fff; /* CSS3 Text Module */
	height:100%;
}
a img { border : 0;}
h1 
{
	font-family:Arial, Verdana, Sans-Serif;
	/*font-size:30px;*/
}
#mainDiv
{
	overflow:hidden;
}
#wrap
{
	margin-top:16px;
	margin-left:auto;
	margin-right:auto;
	padding:11px 11px 13px 11px;
	width:900px;
	position:relative;
	background:url(../../files/system/layout/mainbgtrans_repeat.png) repeat;
	margin-bottom:20px;
}
#topNavigation
{
	width:100%;
	min-height:24px;
	background:url(../../files/system/layout/top_repeat.gif) top repeat-x;
	text-align:center;
	padding-bottom:4px;
	padding-top:1px;
}
#topNavigation a:focus,
#topNavigation a:active,
#topNavigation a:hover,
#topNavigation a.selected
{
                      color:#000;
}
#topNavigation ul
{
	margin-right:215px;
}
#topNavigation ul li 
{
	display:inline;
	list-style:none ;
}
#topNavigation a
{
	font-size:10px;
	color:#a6a6a6;
	text-decoration:none;
	margin:0 8px;
	font-family:Arial, Verdana, Sans-Serif;
}
#shadow
{
	margin-top:-5px;
	background:url(./layout/frontboxtrans_repeat.png) repeat-x;
	height:18px;
}
#topLogo 
{
	position:absolute;	
	right:11px;
	top:-34px;
	width:217px;
	height:189px;
}
#topBox 
{
	background:url(./layout/frontboxtrans_repeat.png) repeat;
	margin-right:227px;
	height:184px;
	width:671px;
	overflow:hidden;
}
#topBoxHead 
{
	padding:9px 0px 0px 24px;
	color:White;
}
#topBoxHead h1 
{
	color:White;
	font-weight:lighter;
	font-size:24pt;
}
.h1
{
	padding:0;
	margin:0;
}
.topBoxTxt
{
	color:White;
	width:300px;
	font-size:12px;
	text-align:left;
	font-family:Arial, Verdana, Sans-Serif;
	white-space:pre-wrap;
	margin-top:30px;
}
	.topBoxTxt.left
	{
		float:left;
		margin-left:24px;
	}
	.topBoxTxt.right
	{
		float:right;
		margin-right:32px;
	}
#bottomContainer 
{
	margin-top:12px;
	background:url(./layout/frontboxtrans_repeat.png) repeat;
	padding:11px 11px 13px 11px;
	overflow:hidden;
	}
#chooseSex 
{
	background:green;
	}
	#chooseSex a 
	{
		display:block;
		float:left;
	}
		#chooseSex img
	{
		display:block;
		float:left;
	}
	#chooseSexHead
	{
		position: absolute; 
		left:0; 
		margin-left:35px; 
		margin-top:10px; 
		font-family:Arial; 
		font-size:14pt;
	}
	#chooseSexText
	{
		position:absolute; 
		left:0; 
		margin-top:55px; 
		margin-left:35px; 
		width:220px; 
		font-family:Arial; 
		font-size:10pt; 
		font-weight:bold;
	}
	#frontPageLink
	{
		color:#000;
		font-size:14pt;
	}

#drunkDrive
{
	padding:4px 5px 5px 5px;
	background:#86bf0d;
	float:left;
	margin-left:12px;
}
#parents
{
	padding:4px 4px 5px 5px;
	background:#86bf0d;
	float:right;
}	
#FiveBoxesFront 
{
	clear:left;
}
.boxes
{
	margin-top:13px;
	width:169px;
	height:153px;
	margin-left:7px;
	float:left;
	background:url(./layout/frontbuttonbg_repeat.jpg) repeat-x top;
	text-align:center;
	padding-top:0px;
	color:#2284C5;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:9pt;
}
/*
style for showing 6 boxes instead of 5.
.boxes
{
	margin-top:13px;
	width:140px;
	height:140px;
	margin-left:7px;
	float:left;
	background:url(./layout/frontbuttonbg_repeat.jpg) repeat-x top;
	text-align:center;
	padding-top:0px;
	color:#2284C5;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:9pt;
}*/
.boxes.first
{
	margin-left:0;
}
.boxes h2
{
	text-align:center;
	padding-top:42px;
	color:#2284C5;
	font-family:Arial, Verdana, Geneva, Sans-Serif;
	font-size:14px;
	margin-bottom:20px;
}
.boxes a
{
	color:#2284C5;
	/*border-bottom:3px solid #2284C5;*/
	text-decoration:underline;
}
.boxes a:hover
{
	color:red;
	/*text-decoration:none;
	border-bottom:3px solid red;*/
}
.boxes h2 a 
{
	border-bottom:3px solid #2284C5;
	font-size:18px;
	color:#2284C5;
	text-decoration:none;
	font-weight:lighter;
	padding-bottom:2px
}
.boxes h2 a:hover
{
	border-bottom:3px solid red;
	font-size:18px;
	color:red;
	text-decoration:none;
	font-weight:lighter;
	padding-bottom:2px
}
#footer
{
	width:100%;
	position:absolute;
	height:63px;
	background:url(./layout/footer_repeat.gif) repeat-x top;
	bottom:-1 !important;
}
#FooterTxtPos 
{
	font-size:12pt; 
	color:Gray; 
	font-family:Arial, Verdana, Geneva, Sans-Serif; 
	text-align:center; 
	width:100%;
	padding-top:40px;
	height:20px;
}
#FooterTxtPos a,
#FooterTxtPos a:hover,
#FooterTxtPos a:visited
{
	font-size:12pt; 
	color:Gray;
}
#totalAmount, #status_txt
{
	float:right;
}
#calculatorInfo
{
	background:url(./layout/frontboxtrans_repeat.png) repeat;
	width:670px;
	height:184px;
}
#dropDiv
{
	
	float:right;
	margin:10px;
	background:url(./layout/genstandsberegn/drukfyr.jpg) no-repeat;
	width:195px;
	height:195px;
}
#calculator
{
	background:url(./layout/frontboxtrans_repeat.png) repeat;
	height:100%;
	overflow:hidden;
	margin-top:12px;
}
table.mytable 
{
	list-style-type: none;
	font-family: Arial, Verdana, Geneva, sans-serif;
	float:left;
}

table.mytable tr {

}
table.mytable tr td
{
	vertical-align:top;
}
div.draggable {
	cursor:hand;
}

div.dropsite {
	padding:2px;

}

div.hoverclass123
{
	
}
#SectionTopImage
{
	margin-top:-1px;
	width:670px;
	height:383px;
}
#SectionTopImage img.paragraphimage
{
	width:671px;
	height:383px;
	border:none;
	position:relative;

}
#SectionImageTxt
{
	font-family:Arial, Verdana, Geneva, Sans-Serif;
	height:140px;
	width:650px;
	padding:20px 10px;
	margin-left:10px;
	margin-top:-140px;
	position:relative;
	overflow:hidden;
}
#SectionImageBox
{
	background-color:#000;
	width: 671px;
	height: 140px;
	margin-top:-140px;
	opacity:0.45;
	position:absolute;
}
#SectionImageTxt h1
{
	font-size:30px;
	font-weight:500;
	margin-bottom:-13px;
}
#SectionImageTxt p
{
	font-size:12pt;
	font-weight:500;
	margin-top:10px;
}
#SectionImageTxt p, 
#SectionImageTxt h1
{
	color:#FFF;
}
#SectionPageBG
{
	background:#eef3f7;
	width: 671px;
	padding-top:30px;
	overflow:hidden;
	font-family:Arial, Verdana, Geneva, Sans-Serif;
	position:relative;
	min-height:469px;
}
#SectionIntro
{
	float:left;
	text-align:left;
	padding:0px 20px;
	width:350px;
	font-family:Arial, Verdana, Geneva, Sans-Serif;
}
#SectionArticle
{
	margin-top:10px;
	float:left;
	text-align:left;
	padding:0px 20px;
	width:350px;
	font-family:Arial, Verdana, Geneva, Sans-Serif;
}
#SectionNoRefArticle
{
	margin-top:10px;
	float:left;
	text-align:left;
	padding:0px 20px;
	font-family:Arial, Verdana, Geneva, Sans-Serif;
	white-space:pre-line;
}
#sectionContentControll
{
	margin-top:10px;
	width:640px;	
}
#articleIntro ul,
#sectionContentControll ul
{
	font-size:9pt;
}
#SectionReferences
{
	background:white;
	float:right;
	text-align:left;
	width:180px;
	padding: 0 5px;
	margin-top:30px;
	margin-right:30px;
	position:absolute;
	top:0;
	right:0;
	font-family:Arial, Verdana, Geneva, Sans-Serif;
}

a,
#sectionContentControll a
{
	color:#e53923;
	font-size:9pt;
	text-decoration:underline;
	font-family:Arial, Verdana, Geneva, Sans-Serif;
}
a:hover,
#sectionContentControll a:hover
{
	text-decoration:underline;
}
#sectionContentControll p,
#SectionNoRefArticle p,
#SectionArticle p,
#SectionIntro p
{
	color:#333333;
	font-size:9pt;
}
#SectionNoRefArticle h2,
#SectionArticle h2,
#SectionIntro h2,
#SectionReferences h2
{
	font-size:medium;
	font-weight:600;
}
#sectionContentControll ul li,
#articleIntro ul li,
#quizList li,
#SectionNoRefArticle ul li,
#articleContent ul li,
#articleReferences ul li,
#SectionArticle ul li,
#SectionReferences ul li
{
	list-style-image:url(./layout/plus.gif);
	margin:6px 0px;
}
#articleContent li
{
	margin-top:20px;
}
#articleIntro ul,
.quizList,
#SectionNoRefArticle ul,
#SectionArticle ul
{
	margin-left:20px;
	margin-top:10px;
	margin-bottom:15px;
}
#SectionNoRefArticle li a,
#articleContent li a,
#articleReferences li a,
#SectionArticle li a,
#SectionReferences li a
{
	color:#e53923;
	font-size:12px;
	text-decoration:none;
	font-family:Arial, Verdana, Geneva, Sans-Serif;
	
}
#articleContent ol li,
#articleReferences ol li,
#SectionArticle ol li,
#SectionReferences ol li
{
	font-size:9pt;
	color:#333333;
}
#SectionNoRefArticle ul,
#articleContent ul,
#articleReferences ul,
#SectionArticle ul,
#SectionReferences ul
{
	padding:0px 15px;
	display:block;
}
#articleRightContainer
{
	width:217px;
	float:right;
	margin-top:0;
}
#noImagesRightContainer
{
	width:217px;
	float:right;
	margin-top:184px;
}
#rightContainer
{
	width:217px;
	float:right;
	margin-top:-198px;
}
#SectionOrangeTreeNavi
{
	background:#FFF;
	padding:20px 0;
	padding-left:5px;
	font-family:Arial, Verdana, Geneva, Sans-Serif;
}
#SectionGreyNavi
{
	background:#FFF;
	margin-top:10px;
	padding:10px 0;
	padding-left:5px;
	font-family:Arial, Verdana, Geneva, Sans-Serif;
}
#SectionGreyNavi ul,
#SectionGreyNavi ul li,
#SectionOrangeTreeNavi ul,
#SectionOrangeTreeNavi ul li ul
{
	background:#FFF;
}
#SectionGreyNavi a
{
	color: #999;
	text-decoration:none;
	font-size:13pt;
	margin-left:5px;
	text-transform:uppercase;
	background:url(./layout/menu_baggrund.gif) no-repeat left;
	padding-left:5px;
}
#SectionGreyNavi a:active
{
	color:#333;
}
#SectionOrangeTreeNavi ul li a
{
	color:#e53923;
	text-decoration:none;
	font-size:13pt;
	text-transform:uppercase;
	background:url(./layout/menu_baggrund.gif) no-repeat left;
	padding-left:5px;
}
#SectionOrangeTreeNavi li
{

}
#SectionOrangeTreeNavi ul li
{
	
	display:block;
	list-style:none;
	color:#e53923;
	width:202px;
	padding-top:3px;
	padding-bottom:3px;
}
#SectionOrangeTreeNavi ul li ul li
{
	background:none;
	padding-left:15px;
	
}
#SectionOrangeTreeNavi ul li ul li a
{
	text-decoration:none;
	padding-left:10px;
	display:block;
	background:url(./layout/plus_sort.gif) no-repeat left;
	color:Black;
	font-size:10pt;
	text-transform:none;
	margin-top:4px;
}
#SectionOrangeTreeNavi ul li ul li ul li
{
	background:none;
	padding-left:15px;
	
}
#SectionOrangeTreeNavi ul li ul li ul li a
{
	text-decoration:none;
	padding-left:10px;
	display:block;
	background:url(./layout/plus_sort.gif) no-repeat left;
	color:Black;
	font-size:10pt;
	text-transform:none;
    white-space:pre-line;
	margin-top:4px;
}

#SectionOrangeTreeNavi ul li a.selected,
#SectionOrangeTreeNavi ul li ul li ul li a.selected,
#SectionOrangeTreeNavi ul li ul li a.selected,
.selected
{
	background:none;
	background-image:none;
	color:#e53923;
}
/*#SectionOrangeTreeNavi ul li ul li ul li a.selected
{
	text-decoration:underline;
}*/
#SectionGreyNavi li
{
	margin-left:-5px;
	padding-top:2px;
	color:#555;
	height:25px;
	width:202px;
	list-style:none;
	display:block;
	background:url(./layout/menu_baggrund.gif) no-repeat left;
}
#SubmitNewsLetter
{
	background:#FFF;
	margin-top:10px;
	padding:5px;
}
#SubmitNewsLetter h3
{
	font-weight:bold;
	font-size:13pt;
	font-family:arial; 
}
#NLsubmit
{
	margin-top:15px;
	float:right;
	display:block;
}
.textbox
{
	width:90%;
	border:2px solid #ccc;
}
#SubmitNewsLetter .inputs
{
	float:left;
	width:100%;
}
#SubmitNewsLetter input[type="text"]
{
	border:2px solid #ccc;
	background:#FFF;
	margin-top:10px;
}
#SubmitNewsLetter input[type="button"]
{
	background:#FFF;
	border:0;
	float:right;
}
#BottomSponsorIcons
{
	margin-top:10px;
	
	
	margin-bottom:-100px;
	
}
#BottomSponsorIcons img
{
	width:217px;
}

#articleTop2images,
#articleTopImage
{
	width:684px;
	height:184px;
	margin-right:4px;
	margin-left:2px; 
	 
	
}
#articleTopImageLeft
{
	float:left;
}
#articleTopImageRight
{
	float:right;
	margin-right:3px;
}
#articlePageBG
{
	margin-top:10px; 
	background:#eef3f7; 
	width:591px; 
	margin-left:2px; 
	overflow:hidden;
	font-family:Arial, Verdana, Geneva, Sans-Serif;
	padding:51px 40px 20px 40px;
	float:left;
	min-height:607px;
}
#article8BoxesPageBG
{
	margin-top:10px; 
	background:#eef3f7; 
	width:591px; 
	margin-left:2px; 
	overflow:hidden;
	font-family:Arial, Verdana, Geneva, Sans-Serif;
	padding:51px 40px 20px 40px;
	float:left;
	min-height:900px;	
}
#articleNoImagePageBG
{
	margin-top:10px; 
	background:#eef3f7; 
	width:591px; 
	margin-left:2px; 
	overflow:hidden;
	font-family:Arial, Verdana, Geneva, Sans-Serif;
	padding:51px 40px 20px 40px;
	float:left;
	min-height:767px;
}
#articlePageBG,
#SectionPageBG
{
	float:left;
}
#SectionTopImage
{
	padding-right:10px;
}
#articlePageBG h2
{
	font-family:Arial, Verdana, geneva, Sans-Serif;
	font-size:13pt;
	font-weight:bold;
}
#articleHead
{
	color:#e53923; 
	float:left;
	border-bottom:#e53923 3px solid;
	margin-bottom:26px;
	font-family:Arial, Verdana, Geneva, Sans-Serif;
	width:100%;
	text-align:left;
	
}
#articleHead h1
{
	font-size:26pt;
	margin-bottom:13px;
	font-weight:500;
	color:#e53923;
}
#articleHead p
{
	font-size:16px;
	font-weight:600;
	margin-bottom:24px;
	margin-top:-7px;
}
#articleIntro
{
	width:545px;
}
#articleIntro a
{
	color:
}
#articleIntro p,
#articleContent p
{
	font-size:9pt;
	color:#333;
	
}
#articleContent
{
	float:left; 
	margin-top:12px; 
	width:366px;
	white-space:pre-line;
}
#articleReferences
{
	float:right; 
	margin-top:32px;
	padding:5px;
	background:#FFF;
}
#BeregnerBG
{
	float: left;
	background:#FFF; 
	width:592px; 
	overflow:hidden; 
	font-size:15pt; 
	font-family:Arial;
	position:relative;
	padding:10px;
}
div.imageText
{
	color:#e53923;
	font-family:Arial;
	font-size:8pt;
	text-align:center;
	width:73px;
}
#totalAmount
{
	background:#ddd;
	font-family:Arial;
	font-size:10pt;
	margin-top:20px;
	float:right; 
	width:175px; 
	padding:2px; 
	float:right; 
	margin-right:20px;
}
#chosenTotalTxt
{
}
#chosenTotalTxt2
{
	font-size:12pt;
}
#images
{
	min-height:30px; 
	width:175px; 
	padding:2px; 
	float:right; 
	margin-right:20px; 
	background:#97c00e;
}
#status_txt 
{
	font-size:8pt;
	color:#888; 
	float:right; 
	width:175px; 
	padding:2px; 
	float:right; 
	margin-right:20px;
}
#resetBTN
{
	float:right;
	margin-bottom:35px; 
	margin-right:20px;
	position:relative;
	bottom:0;
	right:0;
	width:100px;
	margin-top:40px;
}
#_CurrUnits
{
	font-size:12pt;
}
.wrapper { 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -63px; 
} 
.footer, .push { 
    height: 63px; 
}
.footer
{
	background:url(./layout/footer_repeat.gif) repeat-x top;
}
#frontSearch
{
	background:white;
	margin-top:10px;
	padding:3px;
	width:211px;
	float:right;
	position:absolute;
	right:0;
	margin-right:11px;
	margin-top:-32px;
}
#searchPageLogoSpacer
{
	background:white;
	margin-top:-40px;
	padding:5px;
	width:207px;
	height:20px
}
#searchBox
{
	background:white;
	margin-top:-40px;
	padding:5px;
	width:207px;
	padding-top:14px;
	padding-bottom:15px;
}
#searchBox p 
{
	float:left;
	font-size:12pt;
}
#searchBox input[type="submit"]
{
	width:26px;
	height:26px;
}
#frontSearch input,
#searchBox input
{
	border:2px solid #DDD;
	height:20px;
	font-size:12pt;
	width:157px;
	color:#999;
	font-family:Arial;
	padding-top:2px;
	padding-left:3px;
}
.frontSearchText,
.SearchText
{
	background:#eee;
}
.frontSearchBTN,
.SearchBTN
{
	height:26px;
	width:26px;
	float:right;
	background:url(./layout/search.png) top no-repeat #eee;
}
#searchAgainBox
{
	background:none; 
	width:100%;
	float:left;
}
#searchAgainBox p
{
	float:left;
	display:inline;
	margin-left:10px;
}
#searchAgainBox p.txt
{
	padding-top:10px;
}
#searchAgainBox input
{
	border:2px solid #DDD;
	background:#EEE;
	height:20px;
	font-size:12pt;
	width:157px;
	color:#999;
	font-family:Arial;
	padding-top:2px;
	padding-left:3px;
}
.searchResultDiv
{
	margin-top:20px;
}
.searchResultItem a
{
	color:#EC5D17;
}
.searchResultItem.head 
{
	color:#EC5D17;
	font-size:14pt;
	font-weight:500;
}
#searchResultList
{
	margin-top:20px; 
	padding-left:10px;
}
.searchResultItem
{
	margin-top:15px;
}
.path
{
	margin-top:5px;
}
.path span
{
	color:#EC5D17; 
	background:white; 
	padding:2px;
}

#searchResultList 
{
	margin-top:20px; 
	padding-left:10px;
	min-height:330px;
}
#searchResultList p
{
	padding-top:20px;
	display:block;
}

#searchResultList a
{
	color:#EC5D17;
	text-decoration:none;
}
#searchResultList a b
{
	color:#000;
}
#searchResultList a:active
{
	color:#000;
	text-decoration:none;
}
.PageCount a
{
	padding-right: 2px;
	border-right:1px solid #000;
	font-size:10pt;
}
.PageCount
{
	padding:15px;
}
#SurveyBoks
{
	font-size:9pt;
	font-family:Arial, Verdana, Geneva, Sans-Serif;
}
.surveyQ
{
	margin:10px;
	white-space:pre;
}
.surveyQ p
{
	font-size:11pt;
	white-space:normal;
}

#surveyResultat
{
	margin-top:10px;
	font-family:Arial, Verdana, Geneva, Sans-Serif;
	font-size:11pt;	
}
#surveyKonklusion
{
	font-family:Arial, Verdana, Geneva, Sans-Serif;
	font-size:11pt;
	white-space:pre-wrap;
}
.BoxKeeper
{
	float:left;
	width:592px; 
	overflow:hidden; 
	margin-top:10px;
}
.BoxBoxes
{
	width:132px;
	margin-left:10px;
	background:#FF8742;
	float:left;
	display:inline;
	padding:4px;
	white-space:pre-line;
	height:170px;
	text-align:center;
}
.BoxBoxes.first
{
	margin:0;
}
.BoxImages img
{
	width:130px;
	height:120px;
}
.BoxTxt,
.BoxTxt a
{
	font-size:12pt; 
	font-family:Arial;
	font-weight:normal;
	color:#2284C5;
	margin-top:10px;
	font-weight:600;
	text-decoration:none;
}
.BoxTxt a:hover
{
	font-family:Arial;
	font-weight:normal;
	color:red;
	margin-top:10px;
	font-weight:600;
	text-decoration:none;
}
#mand
{
	background:url(./layout/maleMap.png) no-repeat; 
}
#kvinde
{
	background:url(./layout/femaleMap.png) no-repeat;
}
.imageMap
{
	width:186px; 
	height:418px;
	position:relative;
	float:right;
	display:block;
	margin-left:25px;
}
.imageMap a
{
	display:block; 
	width:25px; 
	height:20px; 
	position:absolute; 
}
/* mand */
#mandHjerne
{
	margin-left:85px;
}
#mandSyn
{
	margin-top:20px; 
	margin-left:95px;
}
#mandAnsigt
{
	margin-top:30px; 
	margin-left:70px;
}
#mandStrube
{
	margin-top:75px; 
	margin-left:80px;
}
#mandHjerte
{
	 margin-top:120px; 
	 margin-left:95px;
}
#mandBlod
{
	 margin-left:50px;
	 margin-top:100px;
}
#mandLever
{
	margin-left:70px;
	margin-top:180px;
}
#mandTestikel
{
	margin-left:80px;
	margin-top:230px;
}
/* Kvinde */
#kvindeHjerne
{
	margin-left:85px;
}
#kvindeSyn
{
	margin-top:20px; 
	margin-left:95px;
}
#kvindeAnsigt
{
	margin-top:30px; 
	margin-left:70px;
}
#kvindeStrube
{
	margin-top:75px; 
	margin-left:80px;
}
#kvindeHjerte
{
	 margin-top:120px; 
	 margin-left:95px;
}
#kvindeBryst
{
	 margin-top:135px; 
	 margin-left:60px;
}

#kvindeBlod
{
	 margin-left:50px;
	 margin-top:100px;
}
#kvindeLever
{
	margin-left:65px;
	margin-top:180px;
}
#kvindeGravid
{
	margin-left:80px;
	margin-top:210px;
}
#pointDiv
{
	margin-top:15px;
	font-size:12pt;
	font-weight:bold;
	font-family:Arial, Verdana, Geneva, Sans-Serif;
}
.radioBTNS
{
	font-family:Arial, Verdana, Geneva, Sans-Serif;
	font-size:10pt;
	font-weight:normal;
	margin-top:15px;
}
.radioBTNS td
{
	padding:5px;
	margin:2px;
	vertical-align:top;
}
.radioBTNS input
{
	display:inherit;
	float:left;
}
#quiz 
{
	min-height:350px;
	font-family:Arial, Verdana, Geneva, Sans-Serif;
	font-size:10pt;
}
.questionPage
{
	font-weight:bold;
}