
body {
    background-repeat: repeat;
    background-color: #888888;
    padding-top: 20px;
    text-align: center; 
}

.page {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 750px;
}

.header {
    border: 1px solid #fff;
    background: #fff;
    background-image: url(icsm12.png);
    background-repeat: no-repeat;
    height: 100px;
    text-align: center;
    padding-top: 40px;
	padding-bottom: 50px;
}
.header a {
    color : #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.text {
	position: absolute;
	left:-9999px;
}


.content {
    padding: 0 3em 3em 3em;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}

.footer {
    padding: 6px;
    border-top: 1px solid #ccc;
    background: #f5f5f5;
    text-align: center;
    font-size: 80%;
}

a {
    color: #286473;
    text-decoration: none;
}

a:hover {
    color: #43a8c1;
    text-decoration: none;
}

table {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    border-spacing: 0px;
}

h1 {

    font-family: Arial,Helvetica,sans-serif;
    font-size: 26px;
    font-weight: bold;
	
}

h2 {

    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
	margin-top:1.8em;
	margin-bottom:0.6em;
	margin-top: 70px;
}

h3 {

    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
	font-style:italic;
	margin-top:1.5em;
	margin-bottom:0;
}

img {
    border: 1px solid silver;
	-moz-box-shadow: 5px 5px 2px #888;
	-webkit-box-shadow: 5px 5px 2px #888;
	box-shadow: 5px 5px 2px #888;
}

ul {
	list-style-type: square;
	color:#286473;
}

ul span {
	color: #000;
}