/* CSS dimofinf.net 2009 for Dimofinf v3.0.x */

body {
background-image: url('./../images/mainbg.gif');
background-repeat: repeat-x;
background-position: top;
background-color:#545D62;
margin:0;
padding:0;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a {
	text-decoration: none;
	color: #4f7ba4;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #0B2A4C;
	outline: none;
}

.largfont {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
}
.pink {
	color: #D00053;
}
#page {
	margin: auto;
}
.page-wrapper{
	margin: auto;
}
.container {
background: #FFFFFF;
margin: auto;
-moz-border-radius-topright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-bottomleft:4px;
-webkit-border-top-right-radius:4px;
-webkit-border-top-left-radius:4px;
-webkit-border-bottom-right-radius:4px;
-webkit-border-bottom-left-radius:4px;
color: #666666;
text-align: center;
}
#blocktable {
	background-color: #FFFFFF;
	border: 1px solid;
    border-color: #D9D9D9;
	color: #404747;
	padding: 1px;
	text-align: center;
}

.lightcontent {
	background-color: #FFFFFF;
	color: #404747;
	padding: 2px;
}
.darkcontent {
	background-color: #EDEDED;
	color: #404747;
	padding: 2px;
}
/*-------- Header [BEGIN] --------*/

.header {
background-image: url('./../images/bodybg.gif');
background-repeat: repeat-x;
background-color: #FFFF00;
height: 135px;
-moz-border-radius-topright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-bottomright:0px;
-moz-border-radius-bottomleft:0px;
-webkit-border-top-right-radius:4px;
-webkit-border-top-left-radius:4px;
-webkit-border-bottom-right-radius:0px;
-webkit-border-bottom-left-radius:0px;
}
.logo {
	float: left;
	padding-top: 30px;
	padding-left: 20px;
}
.phone {
	text-align: left;
	margin-top: 20px;
	margin-left: 140px;
	margin-bottom: 2px;
}

/*-------- Header [END] --------*/

/*-------- Footer [BEGIN] --------*/
.footer {
text-align: center;

background: url(./../images/footerbg.gif) no-repeat;

padding-top: 10px;
	font-family: Tahoma, verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
color: #404747;

}
/*-------- Footer [END] --------*/