html, body{
	font-size: 10pt;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	background-image: url(images/shade.gif);
	background-repeat: repeat-y;
	background-position: center;
}
a:link, a:visited{
	color: #0061de;
	text-decoration: none;
	cursor: hand;
}
a:hover{
	text-decoration: underline;
}
table{
	background-color: #ffffff;
}
p{
	margin-top: 10px;
}
/****** Green Box ******/
div.green-box{
	border: 2px solid #90B557;
	background-color: #DDEEC2;
	color: #3B5D14;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	width: 300px;
	margin: 5px;
	text-align: left;
}
div.green-box span.head{
	background-color: #B2D281	;
	display: block;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}
div.green-box div{
	margin: 5px;
}
div.green-box a{
	color: #3B5D14;
	text-decoration: none;
}
div.green-box a:hover{
	color: #333;
	text-decoration: underline;
}
div.green-box li{
	padding-left: 30px;
	background-image: url(images/arrow_green.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
div.green-box li.new{
	background-image: url(images/new_icon.gif);
	background-repeat: no-repeat;
	background-position: top left; 
}
	
/****** Pink Box ******/
div.pink-box{
	border: 2px solid #E3A1A2;
	background-color: #F6E0E0;
	color: #780000;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	width: 300px;
	margin: 5px;
	text-align: left;
}
div.pink-box span.head{
	background-color: #e9c4c4 ;
	display: block;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}
div.pink-box div{
	margin: 5px;
}
div.pink-box a{
	color: #780000;
	text-decoration: none;
}
div.pink-box a:hover{
	color: #333;
	text-decoration: underline;
}
div.pink-box li{
	padding-left: 30px;
	padding-left: 30px;
	background-image: url(images/arrow_pink.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
div.pink-box li.new{
	background-image: url(images/new_icon.gif);
	background-repeat: no-repeat;
	background-position: top left; 
}
	
/****** Sand Box ******/
div.sand-box{
	border: 2px solid #cccccc;
	background-color: #f7f7ff;
	color: #3b3b3b;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	width: 300px;
	margin: 5px;
	text-align: left;
}
div.sand-box span.head{
	background-color: #E8E8D9;
	display: block;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}
div.sand-box div{
	margin: 5px;
}
div.sand-box a{
	color: #3b3b3b;
	text-decoration: none;
}
div.sand-box a:hover{
	color: #333;
	text-decoration: underline;
}
div.sand-box li{
	padding-left: 30px;
	padding-left: 30px;
	background-image: url(images/arrow_sand.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
div.sand-box li.new{
	background-image: url(images/new_icon.gif);
	background-repeat: no-repeat;
	background-position: top left; 
}
/****** Blue Box ******/
div.blue-box{
	border: 2px solid #31849b;
	background-color: #dbeef3;
	color: #215867;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	width: 300px;
	margin: 5px;
	text-align: left;
}
div.big{
width: 624px;
}
div.big p{
	text-align: justify;
}
div.blue-box span.head{
	background-color: #b6dde8;
	display: block;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}
div.blue-box div{
	margin: 5px;
}
div.blue-box a{
	color: #215867;
	text-decoration: none;
}
div.blue-box a:hover{
	color: #333;
	text-decoration: underline;
}
div.blue-box li{
	padding-left: 30px;
	padding-left: 30px;
	background-image: url(images/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
div.blue-box li.new{
	background-image: url(images/new_icon.gif);
	background-repeat: no-repeat;
	background-position: top left; 
}
/****** Header Part ******/
.header-bg{
background-color: #1B5790;
/* background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom; */
}
/****** Footer Part ******/
.footer{
	background-color: #eeeeee;
	width: 100%;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	color: #aeb3b3;
	font-size: 11px;
}