/* normal site links */
a:link { color: #FFFFFF; text-decoration: none }
a:visited { color: #FFFFFF; text-decoration: none }
a:hover { color: #FFFF00; text-decoration: none }
a:active {  color: #FFFFFF; }
/*a:visited { color: #4335C0; text-decoration: none }*/
/*a:link { color: #4335C0; text-decoration: none }*/
/*a:active {  color: #4335C0; text-decoration: none}*/

/* body styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	/*background-image: url('images/background.JPG');*/
	background-color: #64C7CD;
	margin:10px
}

img{
	border-style: none;
}

div{
	display: inline;
}
	
/* title style */
.title {
	text-align: left;
	font-size: 30pt;
	font-weight: bold;
	color: #FFFFFF;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
}

.subject {
	text-align: center;
	font-size: 15pt;
	font-weight: bold;
	color: #FFFFFF;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
}

.text {
	color: #4335C0;
	text-align: justify;
	line-height: 120%;
	font-weight: bold;
	/*font-size: 12pt;*/
}

.unjustifiedText {
	color: #4335C0;
	line-height: 120%;
	font-weight: bold;
}

.refText {
	color: #4335C0;
	text-align: justify;
	line-height: 120%;
	font-weight: normal;
}

.tableHeader {
	color: #FFFFFF;
	font-weight: bold;
}

.notice {
	color: #FFFF00;
}

tr.menu {background:#4335C0;
	font-size:13pt;
	font-weight: normal;
	font-family: Comic Sans MS;
	color: #FFFFFF;
	text-align: center;
}

table.moldura {
	border:1px ridge #4335C0;
	width:100%;
	line-height: 120%;
}

tr.moldura {
	border:1px ridge #4335C0;
	width:100%;
	line-height: 120%;
}

td.deliverables {	
	border: 1px ridge #4335C0;
	width:100%;
	vertical-align:top;
	text-align: center;
	line-height: 120%;
}

td.deliverablesTitle {
	border:1px ridge #4335C0;
	color:#FFFFFF;
	text-align: center;
	line-height: 120%;
	font-size: 18px;
}
