@charset "UTF-8";
/* hide from ie on mac \*/ 

body {margin:0; padding:0; text-align:center; background-color:#00306f;}
		
/* end hide background:#000000; overflow: hidden;	
	margin: 0; 
	padding: 0; 
	overflow:hidden*/ 

a, p, span, em, b {font-family: Georgia, "Times New Roman", Times, serif;		/*shouldnot give color and size here as this stays supreme to other settings down th line*/
	text-decoration:none;
	font-weight:normal;	
	margin:0px;
	padding:0px;
	line-height:110%;
	}
.clear { clear:both;}

a:active{outline: none; text-decoration:none;}
a:focus{-moz-outline-style: none;}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}

#myHolder	{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
	}
#myContent { width:1000px; 
	height:610px;
	background:url(../images/bg.jpg) #00306f no-repeat center;
	text-align: center;
	}
#contents {width:520px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	top:465px;
	}
.style_1 { 
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:600;
	margin: 0;
	padding: 0;
	}
.style_2 { 
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:600;
	margin: 0;
	padding: 0;
	line-height: 127%;
	}
.style_3 { 
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 10px;
	padding: 0;
	}