body {
	margin: 0px;
	background-image: url(Style/Body.png);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #878787;
}

Input, Select, Button, Textarea {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}

img {
	border-style: none;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-image: url(Style/Page.png);
	background-repeat: repeat-y;
}

	#page #header {
		height: 84px;
		width: 800px;
		background-image: url(Style/PageHeader.jpg);
		background-repeat: no-repeat;
	}
	
	#page #strip {
		height: 19px;
		width: 800px;
		background-image: url(Style/PageStrip.png);
		background-repeat: no-repeat;
		padding-bottom: 2px;
		padding-top: 4px;
		font-size: 11px;
		color: Silver;
	}
	
		#page #strip ul {
			padding: 0px;
			margin: 0px;
			list-style: none;
		}	
		
			#page #strip ul li {
				float: left;
			}
			
			#page #strip ul li a {
				text-decoration: none;
				color: #A0A0A0;
			}
			
			#page #strip ul li a:hover {
				text-decoration: underline;
			}
			
				#page #strip ul li .focus {
					color: #5B7FAF;
				}
			
			#page #strip #language {
				float: right;
				padding-right: 5px;
			}
			
				#page #strip #language li {
					padding-right: 5px;
				}
				
					#page #strip #language li a {
						font-weight: bold;
					}
			
			#page #strip #breadcrums {
				float: left;
				padding-left: 5px;
			}
			
				#page #strip #breadcrums li {
					padding-left: 5px;	
				}
				
					#page #strip #breadcrums li a 
					{
						background-image: url(style/breadcrums.gif);
						background-position: 0 4px;
						background-repeat: no-repeat;
						padding-left: 8px;
					}
				
	#page #footer {
		margin-top: 10px;
		margin-bottom: 10px;
		clear: both;
		padding-top: 40px;
		background-image: url(Style/PageFooter.png);
		background-repeat: no-repeat;
		font-size: 10px;
		color: Gray;
		padding-left: 150px;
		text-align: center;
	}
	
		#page #footer a {
			text-decoration: none;
			color: Gray;
		}
		
		#page #footer a:hover {
			text-decoration: underline;
			color: Gray;			
		}
	
	#page #container {
		width: 800px;
		clear: both;
	}
	
		#page #container #index {
			float: left;
			width: 150px;
			border-top: 1px solid #b8b8b8;
		}
		
			#page #container #index ul {
				padding: 0px;
				margin: 0px;
				list-style: none;
			}
			
				#page #container #index ul li {
					list-style: none;
					display: inline;
				}
				
					#page #container #index ul li a {
						background-repeat: no-repeat;
						text-decoration: none;
						display: block;
						border-bottom: 1px solid #b8b8b8;
						border-right: 1px solid #b8b8b8;
						border-left: 1px solid #b8b8b8;		
					}
					
			#page #container #index .menu a  {
				height: 28px;
				padding-top: 8px;
				font-size: 16px;
				line-height: 20px;
				text-align: center;
				background-image: url(Style/PageContainerIndexMenu.png);
				background-position: 0px 0px;
				color: white;
			}
			
			#page #container #index .menu a:hover {
				background-position: 0 -36px;
			}
			
			#page #container #index .submenu a {		
				height: 18px;
				padding-left: 20px;
				padding-top: 5px;
				background-image: url(Style/PageContainerIndexSubMenu.png);
				font-size: 11px;
				color: #5B7FAF;
			}
			
			#page #container #index .submenu a:hover {
				background-position: 0 -23px;
			}				 
			
		#page #container #content {
			float: left;
			width: 610px;
			margin-left: 20px;
			margin-right: 20px
		}
		
					
		#page #container #content ul {
			padding-left: 15px;
			margin-left: 0px;
		}
		
		#page #container #content .text {
			line-height: 16px;
			padding-bottom: 20px;
		}
		
		#page #container #content .promote {
			line-height: 16px;
			margin-bottom: 20px;
			margin-top: 20px;
			border: 1px solid #7ca1d2;
			padding: 5px 5px 5px 40px;
			background-image: url(Style/Promote.jpg);
			background-repeat: no-repeat;
			background-position: left;
			background-color: #f1f7ff;
		}
		
		#page #container #content .note
		{
			font-size: 10px;
			padding-top: 10px;
			padding-bottom: 20px;
			clear: both;
		}
		
		#page #container #content a {
			text-decoration: none;
			font-weight: bold;
			color: #5B7FAF;
		}
		
		#page #container #content a:hover 
		{
			text-decoration: underline;
		}
		
		
		
h1 {
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #7ca1d2;
	border-bottom: 2px solid #7ca1d2;
	clear: both;
}		

.table {
	margin-bottom: 20px;
}				

	.table .header {
		font-weight: bold
	}
	
	.table .highlight {
		color: #7ca1d2;
		font-weight: bold;
	}	
	
	.table td {
		padding: 3px;
	}
	
.grid {
}
	.grid td {
		border-style: solid;
		border-color: #EEEEEE;
		border-width: 1px;
	}

h2 {
	clear: both;
	color: #79aa2f;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
}

h3
{
	color: #888888;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	clear: both;
}

.step {
	color: #8CC03F;
	font-weight: bold;
	width: 150px;
}

.highlight {
	/*color: #7ca1d2;*/
	font-weight: bold;
}

.key {
	color: #878787;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
	font-weight: bold;
	text-align: center;
	width: 550px;
	display: table;
}