/* DefaultPage */

body.SpvDefault {
	width:600px;
	font-size:80%;
	text-align:left;
	margin:40px auto 0 auto;
	}
	body.SpvDefault p {
		line-height:140%;
		padding:0 0 5px 0;
		}
		body.SpvDefault p.SDCopyright {
			color:#999;
			font-size:80%;
			text-align:right;
			padding:5px 0;
			}

div.SpvDefaultHead {
	height:84px;
	background:url(../../images/default_head.gif) no-repeat;
	}
div.SpvDefaultBody {
	background:url(../../images/default_body.gif) repeat-y;
	padding:0 30px 0 30px;
	text-align:center;
	}
	div.SpvDefaultBody p.SpvDefaultFt{
		margin:15px 0 0 0 ;
		border-top:2px solid #8BB9EB;
		line-height:1;
		padding-top:10px;
	}
div.SpvDefaultBottom {
	height:20px;
	background:url(../../images/default_bottom.gif) no-repeat;
	}
	
div.SpvDefInnerBox{
	margin:0 30px 15px 30px;
	padding:10px;
	border-bottom:1px dotted #CCC;
	}

