html { 
	background: #234; 
	
	color: #bebac0 
} 
body { 
	background: #234; 
	font: 10px "trebuchet ms",verdana,tahoma,sans-serif;
	color: #bebac0 
} 
#c2 { 
	border-right: #445 1px solid; 
	padding-right: 2px; 
	border-top: #445 1px solid; 
	padding-left: 2px; 
	padding-bottom: 2px; 
	border-left: #445 1px solid; 
	padding-top: 2px; 
	border-bottom: #445 1px solid; 
	background-color: #000; 
	moz-border-radius: 33px 
} 
#content {
	border-right: 1px solid #335;
	padding-right: 2em;
	border-top: 1px solid #335;
	padding-left: 2em;
	padding-bottom: 0px;
	border-left: 1px solid #335;
	padding-top: 2em;
	border-bottom: 1px solid #335;
	background-color: #123;
	moz-border-radius: 30px;
	font-size: 12px;
} 
a:link { 
	color: #6495ED; 
	text-decoration: none; 
} 
a:visited { 
	color: #6495ED; 
	text-decoration: none;
} 
h1 {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 10px;
	border-bottom: #444455 1px dotted;
	text-align: right;
	color: #6495ED;
}
h2 {
	text-align: center;
	color: #6495ED;
}
#SiteName {
	color: #6495ED;
} 
#links { 
	padding-right: 0px; 
	padding-left: 0px; 
	font-size: 12px;
	padding-bottom: 4px; 
	color: #abb; 
	padding-top: 4px; 
	position: relative; 
	top: 1px; 
	text-align: center; 
	moz-border-radius: 15px 15px 0 0 
} 
a:hover { 
	color: #abb; 
	text-decoration: underline 
	
} 
#links a:hover { 
	color: #bebac0; 
	text-decoration: underline; 
} 
#links a:link { 
	color: #abb; 
	font-size: 12px;
} 
#links a:visited { 
	color: #abb;
} 
#links a { 
	padding-right: 7px; 
	border-top: #444455 1px solid; 
	padding-left: 7px; 
	padding-bottom: 4px; 
	padding-top: 4px; 
	background-color: #000 
} 
#links a:hover {
	border-top-color: #ccb;
	color: #6495ED;
	text-decoration: none;
} 
#links a:active { 
	color: #abb; 
	background-color: #312 
} 
#links a.first {
	padding-right: 7px;
	padding-left: 14px;
	padding-bottom: 4px;
	border-left: #444455 1px solid;
	padding-top: 4px;
	moz-border-radius: 15px 0 0 0;
} 
#links a.middle { 
	padding-right: 7px; 
	padding-left: 14px; 
	padding-right: 14px;  
	padding-bottom: 4px; 
	padding-top: 4px; 
	moz-border-radius: 15px 0 0 0;
} 
#links a.last {
	border-right: #444455 1px solid;
	padding-right: 14px;
	padding-left: 7px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: 1 px solid #444455;
} 
#Box { 
	padding-right: 5px; 
	padding-left: 5px; 
	float: right; 
	padding-bottom: 2px; 
	margin: 0px; 
	border-left: #445 1px dotted; 
	color: #668; 
	padding-top: 2px; 
	text-align: center 
} 
a img { 
	border-right: 0px; 
	border-top: 0px; 
	border-left: 0px; 
	border-bottom: 0px 
} 
.Table{
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 4px;
	padding-top: 4px;
	background-color: #000;
	border-top: #444455 1px solid;
	border-bottom: #444455 1px solid;
	border-left: #444455 1px solid;
	border-right: #444455 1px solid;
	font-size: 10px;
	
}
.DescriptionCell{
	background: #234;
}
.DescriptionCellStart{
	border-left: #444455 1px solid;
	border-bottom: #444455 1px solid;
	border-top: #444455 1px solid;
}
.DescriptionCellMiddle{
	border-bottom: #444455 1px solid;
	border-top: #444455 1px solid;
	font-size: 12px;
}
.DescriptionCellEnd{
	border-right: #444455 1px solid;
	border-bottom: #444455 1px solid;
	border-top: #444455 1px solid;
}
.DescriptionCellTitle{
	border-bottom: #444455 1px solid;
	border-top: #444455 1px solid;
	color: #6495ED;
	font-size: 20px;
	text-align: center;
}
.DescriptionCellPrice{
	border-bottom: #444455 1px solid;
	border-top: #444455 1px solid;
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
}
.DescriptionCellConferme{
	border-bottom: #444455 1px solid;
	border-top: #444455 1px solid;
	color: #6495ED;
	font-size: 16px;
	text-align: right;
}