

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/back.png);
	background-position: top center;
	background-repeat: repeat-y;
}
* {
	margin-left:0;
	padding:0;
}
#super-wrapper {
	position:absolute;
	width:100%;
}
#baby-wrapper {
	position:relative;
	width:688px;
	margin:auto auto;
}

h1 {
	margin-top:-0px;
	margin-bottom:0px;
}
h2 {
	font-size: 24pt;
	font-weight: bold;
}
p {
	font-size: 10pt;
}
.breadcrum {
	margin-top:-0px;
	font-size: 11pt;
	text-align: center;
	text-decoration: none;
	border:8px solid #d1e9ff;
	color: #0099FF;
	background-color: #d1e9ff;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
a:active {
	color: #0099FF;
	text-decoration: underline;
}

img{  
	border-style: none;
}

.red {
	color: #FF0000
}
.bold {
	font-weight: bold;
}

th {
	text-align: right;
	border-top:5px solid #d1e9ff;
	border-left:5px solid #d1e9ff;
	border-bottom:5px solid #d1e9ff;
	border-right:5px solid #d1e9ff;
	background-color: #d1e9ff;
}


.small {
	font-size: 8pt;
}
.para {
	font-size: 10pt;
}


