@charset "UTF-8";
/* CSS Document */

.mainbox {
	border-radius: 20px;
}
.whitebox {
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	border-radius: 10px;
	background-color: #fff;
}
.pinkbox {
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	border-radius: 10px;
	background-color: #FFDFDF;
}
.whiteboxmain {
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	border-radius:10px;
	background-color:#fff;
	background-image:url("images/blueflower.jpg");
	background-repeat:no-repeat;
	background-position:right top;  
}
body {
	background-color: #bdd1e4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	margin-top: 20px;
}
.bluepara {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #21418C;
	text-align: center;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
	line-height: 14px;
	text-align: left;
}
.textbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #D92528;
	line-height: 14px;
	text-align: left;
	font-weight: bold;
}
.headervisting {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
}

.ul
{
list-style-type:none;
padding:0px;
margin:0px;
}
.li
{
background-image:url(images/bulletpoint.jpg);
background-repeat:no-repeat;
background-position:0px 2px; 
padding-left:13px;
margin: 0 0 0 0;
}

a:link {color: #D92528; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif;}
a:visited {color: #D92528;}
a:hover {color: #21418C;}
a:focus {color: #21418C;}
a:active {color: #21418C;}

a.header:link {color: #D92528;text-decoration: none; font-size: 12px; line-height: 18px; font-family: Georgia, "Times New Roman", Times, serif;}
a.header:visited {color: #D92528;}
a.header:hover {color: #21418C;}
a.header:focus {color: #21418C;}
a.header:active {color: #21418C;}
