@charset "utf-8";
/* CSS Document */

<style>		
			<!--
			body {
			font-family : Arial, Helvetica, sans-serif; 
			font-size : 12px;
			color : #ffffff;
			margin-left: 0px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
			background-color : #000000;
			background-image : url(images/image_pinksplash.gif); 
			background-repeat : no-repeat
			}
			
			select, input, textarea  { 
			font-family : Arial, Helvetica, sans-serif; 
			font-size : 12px; 
			color : #222222; 
			font-weight : normal; 
			line-height : 18px; 
			}
			
									
			h1  { 
			font-family : Arial, Helvetica, sans-serif; 
			font-size : 18px; 
			line-height : 22px;
			color : #222222; 
			font-weight : bold; 
			}			
			
			.head  { 
			font-family : Arial, Helvetica, sans-serif; 
			font-size : 13px; 
			line-height : 18px;
			color : #ffffff; 
			font-weight : bold; 
			}	
			
			
			.head2  { 
			font-family : Arial, Helvetica, sans-serif; 
			font-size : 18px; 
			line-height : 22px;
			color : #222222; 
			font-weight : bold; 
			}	
			
			.bighead  { 
			font-family : Arial, Helvetica, sans-serif; 
			font-size : 30px; 
			line-height : 36px;
			color : #ffffff; 
			font-weight : bold; 
			}			
			
			.content  { 
			font-family : Arial, Helvetica, sans-serif; 
			font-size : 13px; 
			color : #ffffff; 
			font-weight : normal; 
			line-height : 18px;
			}
			
			.small  { 
			font-family : Arial, Helvetica, sans-serif; 
			font-size : 11px; 
			color : #222222; 
			font-weight : normal; 
			line-height : 12px;
			}
			
			.redmessage  { 
			font-family : Arial, Helvetica, sans-serif; 
			font-size : 11px; 
			color : #ff0000; 
			font-weight : normal; 
			line-height : 12px;
			}
			
			.errormessage {
			padding-top : 3px;
			min-width : 200px;
			}
			
			.caption  { 
			font-family : Arial, Helvetica, sans-serif; 
			font-size : 13px; 
			color : #ffffff; 
			font-weight : normal; 
			line-height : 18px;
			}
						
			
			/* POSITIONING */
			
			
			#top_container 	{
			margin-top : 0px;
			margin-bottom : 0px;
			position : static;
			width : 850px;;
			height : 300px;
			text-align : left;
			vertical-align : top;
			
			}
					
					
			.lips_rel {
			position : relative;
			left : 530px;
			top : 3px;
			background-color : #115588;
			z-index : 10;
			}
						
			.lips_ab {
			position : absolute;
			left : 0px;
			top : 0px;
			display: inline-block;
			overflow: visible; /* IE6 form button fix */ 
			z-index : 11;
			}
			
			
			/* box left element */
			.box1 {
			float : left;
			width : 450px;
			text-align : right;
			margin-top : 30px;
			margin-right : 200px;
			}
			
			/* box left element */
			.box2 {
			float : left;
			width : 450px;
			text-align : left;
			margin-top : 20px;
			margin-right : 200px;
			}	
			
			/* box gallery element */
			.box3 {
			float : left;
			width : 550px;
			text-align : left;
			margin-top : 20px;
			margin-right : 100px;
			
			}	
			
			
			
			
			/* ANCHORS  */
			a.link1:link, a.link1:visited { 
			font-family : Arial, Helvetica, sans-serif; 
			font-size : 13px;
			font-weight : normal;
			color : #3377aa;
			text-decoration : underline;
			}
			
			a.link1:hover  { 
			font-family : Arial, Helvetica, sans-serif; 
			font-size : 13px;
			font-weight : normal;
			color : #3377aa;
			text-decoration : underline;
			}		
			
			a.small:link, a.small:visited { 
			font-family : Arial, Helvetica, sans-serif; 
			font-size : 9px;
			font-weight : normal;
			color : #3377aa;
			text-decoration : none;
			}
			
			a.small:hover  { 
			font-family : Arial, Helvetica, sans-serif; 
			font-size : 9px;
			font-weight : normal;
			color : #3377aa;
			text-decoration : none;
			}		
			
			
			
			.borders_off {border : solid 2px #000000;}
			.borders_on {border : solid 2px #ff0066;}
			
			
			-->
						
</style>			

