body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
background: #1c5fad;
background-attachment: scroll;
background-image: url(images/background.jpg);
background-repeat: repeat-x;
background-position: center top;
}


A:link {
	color: #ff007a;
	text-decoration: none;
}

A:visited {
	color: #ff007a;
	text-decoration: none;
}

A:active {
	color: #0047a1;
	text-decoration: none;
}

A:hover {
	color: #0047a1;
	text-decoration: none;
}

A.dark:link {
	color: #FFFFFFFF;
	text-decoration: none;
}

A.dark:visited {
	color: #FFFFFFFF;
	text-decoration: none;
}

A.dark:active {
	color: #666666;
	text-decoration: none;
}

A.dark:hover {
	color: #666666;
	text-decoration: none;
}


.left_fade {
	background-image: url(images/side_fade_left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.right_fade {
	background-image: url(images/side_fade_right.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}


.side_panel_blue {
	background-color: #FFFFFF;
	background-image: url(images/side_panel_blue_fade.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.main_fade_left {
	background-image: url(images/main_fade_left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}


.main_top_fade {
	background-image: url(images/main_top_fade.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.main_text_pink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ff007a;
}

.main_text_pink_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ff007a;
}

.main_text_blue_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0047a1;
}

.main_text_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #0047a1;
}

.main_text_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}

.main_text_white_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}

.main_text_blue_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0047a1;
}

.header_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0047a1;
}

.header_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}


.header_blue_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #0047a1;
}

.header_pink_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #ff007a;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ff007a;
}

.header_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ff007a;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.footer_pink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ff007a;
}


.tutu {
	background-image: url(images/tutu.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.tutu_right_fade {
	background-image: url(images/pink_box_right_fade.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}



.button_fade {
	background-image: url(images/button_fade.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

h1 {font-family: "Arial", sans-serif; font-weight:bold; font-size:14px; color:#ff007a}

p {font-family: "Arial", sans-serif; font-weight:normal; font-size:12px; color:#333333}

.border {
	border-color: #ff007a;
	}

