/* CSS Document */

body {
background-image:url(images/grey_background.gif);
margin-right:7.5%;
margin-left:7.5%;
margin-top:5%;
font-family:Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:active {
color:black;
}

.center {
text-align:center;
}

.left {
text-align:left;
}

.right {
text-align:right;
}

.justify {
text-align:justify;
}

img {
border:1px solid #000000;
}

.logo {
border:0 none none;
}

.main {
width:100%;
}

table {
	border: 2px solid #000000;
	border-collapse:collapse;
}

td {
border: 2px solid #000000;
padding: 0% 2% 0% 2%;
}

td.ayellow {
	background-color:#ffcc33;
	width:40%;
	vertical-align:top;
	text-align:center;
}

td.apink {
background-color:#cc6666;
width:60%;
vertical-align:top;
text-align:center;
}

table.ablue {
	background-color:#3399ff;
	width:80%;
	font-size: 14px;
	font-weight: bold;
}

li {
	list-style-type:disc;
	text-align: left;
	list-style-position: outside;
}

table.bblue {
	background-color:#3399ff;
	width: 100%;
}

table.byellow {
	width:90%;
	background-color: #ffcc33;
	text-align:justify;
	font-weight:bold;
}

table.bpink {
width:90%
padding:10%;
	background-color:#cc6666;
	text-align:justify;
	font-weight:bold;
	width: 90%;
}

table.cyellow {
width:60%;
background-color:#ffcc33;
font-size:18px;
font-weight:bold;
}

table.cblue {
width:70%;
background-color:#3399ff;
}

td.cblue {
vertical-align:top;
text-align:center;
width:33%;
border:0px none none;
}

td.cbluea {
vertical-align:top;
text-align:center;
width:100%;
border:0px none none;
}

table.cpink {
width:70%;
background-color:#cc6666;
font-size:18px;
font-weight:bold;
}
