html,body{
	margin:0;
	padding:0
	}
	
body{
	font: 76% arial,sans-serif
	}
	
p{
	margin:0 10px 10px
	}
	
div#header {
	background-repeat: repeat-y;
	height:25px;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	background-color: #34578D;
	color: #FFFFFF;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #67B724;
	}
	
#header a{
	text-decoration: none;
	color: #FFFFFF;
	}

#header a:link{
	text-decoration: none;
	color: #FFFFFF;
	}

#header a:visited{
	text-decoration: none;
	color: #FFFFFF;
	}

#header a:hover{
	color: #CC0000;
	}

div#navigation{
	float:left;
	width:200px;
	background-color: #34578D;
	color: #FFFFFF;
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #67B724;
	border-bottom-color: #67B724;
	}
	
#navigation a {
	text-decoration: none;
	color: #FFFFFF;
	}
	
.navigation_text_small {
	font-size: 12px;
	color: #FFFFFF;
	}
	
.navigation_text_medium {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}

.navigation_text_large {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	}

#navigation a:link{
	color: #FFFFFF;
	}
	
#navigation a:visited{
	color: #FFFFFF;
	text-decoration: none;
	}

#navigation a:hover{
	color: #CC0000;
	}
div#extra{
	float:left;
	clear:left;
	width:200px
	}
	
div#wrapper{
	float:right;
	width:100%;
	margin-left:-210px;
	margin-top: -4px;
	}
	
div#content{
	margin-left:203px;
	margin-top: 4px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #67B724;
	padding-left: 10px;
	}

.content_text_small {
	font-size: 12px;
	}
	
.content_text_medium {
	font-size: 14px;
	font-weight: bold;
	}

.content_text_large {
	font-size: 24px;
	font-weight: bold;
	}
	
div#content p{
	line-height:1.4
	}

div#footer{
	clear:both;
	width:98%;
	background-color: #33588D;
	color: #FFFFFF;
	border: medium solid #67B724;
	}
	
div#footer p{
	margin:0;
	padding:5px 10px
	}
.Pricing_Stage_1 {
	color: #006600;
}
.Pricing_Stage_2 {
	color: #0000FF;
}
.Pricing_Stage_3 {
	color: #FF0000;
}
.Pricing_Stage_4 {
	color: #990066;
}
