
/* Common tags */
body { 			
		padding:0;
		margin:0;
		background:#0C79CA url(img/pattern.gif) repeat;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		text-align:justify;
}

h1 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#000;
		padding:10px 0;
		margin:0;
}

h2 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#000;
		margin:18px 0 3px 0;
}

h3 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000;
		margin:15px 0 3px 0;
}

h4 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000;
		margin:5px 0 4px 0;
}


a:link, a:visited {
		color:#0A72BF;
		text-decoration:none;
}

a:hover {
		color:#0A72BF;
		text-decoration:underline;
}

ul {
		margin:0px 0 0px 35px;
		padding-top:0px;
		padding-bottom:5px;
}

li {
		padding-top:4px;
		list-style:url(img/bullet.gif) outside;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
}

br {
		padding:0px;
}

/* Common layout */

#Body {
		background:url(img/top-logo.gif) top left no-repeat;
		padding:45px 6px 6px 6px;
}

#Pad {
		background:#fff;
}

#PadTopLeft {
		background:url(img/pad-topleft.gif) top left no-repeat;
}

#PadTopRight {
		background:url(img/pad-topright.gif) top right no-repeat;
}

#PadBottomLeft {
		background:url(img/pad-bottomleft.gif) bottom left no-repeat;
}

#PadBottomRight {
		background:url(img/pad-bottomright.gif) bottom right no-repeat;
}

#Content {
		padding:14px 35px 15px 35px;
}

#Content p {
		padding: 5px 0 8px 0;
		line-height:150%;
		margin: 0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		text-align:justify;
}

#TopNav {
		padding:11px 0 0 75px;
		font-family:"Tahoma", Arial, Helvetica, sans-serif;
		font-size:10px;
}

#Copyright {
		background:url(img/logo.gif) top right no-repeat;
		height:20px;
		padding:5px 20px 0px 0;
		margin:5px 5px 10px 0;
		text-align:right;
		color:#fff;
		font-family:"Tahoma", Arial, Helvetica, sans-serif;
		font-size:10px;
}

#Copyright a {
		color:#fff;
		text-decoration:none;
}

#Copyright a:hover {
		color:#fff;
		text-decoration:underline;
}

/* Common classes */

.Selected {
		font-weight:bold;
		color:#615829 !important;
}

.Warning {
	padding:25px 10px 10px 10px !important;
	border:solid 1px #A20000;
	background:#fff url(img/warning-bg.gif) top left no-repeat;
}

.Warning strong {
	color:#A20000;
}

.Warning img {
	float:left;
	margin:4px 10px 4px 10px;
}

.ImgRight {
	float: right;
	margin: 4px 8px 4px 8px;
}

/* Index style */

#Index {
		margin: 0 0 0 -20px;
		background: url("img/scr/ssx-index-box.gif") top left no-repeat;
		padding:0 0 0 200px;
}

#Index li {
		margin: 0 0 0 -20px;
		padding-top:5px;
		font-weight:bold;
}

#Index li ul li {
		margin: 0 0 0 -5px;
		font-weight:normal;
}

#Index .Selected {
		color:#D13A3A !important;
}