body{
	font-family:"Times New Roman", Times, serif;
	margin:0px;
	padding:0px;
	font-size:15px;
	color:#141414;
}
center{
	/*background-color:#F4F4F4;*/
}

a{
	color:#2e59f7;
	/*color:#141414;*/
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}

.field{
	border:1px solid #c5c3c3;
	padding:4px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#141414;
}
.button{
	background:url(../images/button.gif) no-repeat;
	width:101px;
	height:32px;
	color:#141414;
	font-size:13px;
	font-weight:bold;
	border:none;
	outline:0;
	cursor:pointer;
}


.image{
	border:2px solid #e1e1e1
}

.contents_top{
	background:url(../images/contents_top.gif) repeat-x top;
}
.contents_bottom{
	border-bottom:1px solid #cbcfd2;
}
.contents_left{
	border-left:1px solid #cbcfd2;
}
.contents_right{
	border-right:1px solid #cbcfd2;
}
.blue_block{
	background:url(../images/blue_block.gif) no-repeat #d1d1d1;
	padding-top:10px;
}
.blue_block h1{
	font-size:18px;
	color:#141414;
	margin:0px;
	padding:0px;
}
.blue_ruller{
	background:url(../images/blue_ruller.gif) repeat-x;
	height:32px;
}



.pink_block{
	padding:10px;
	font-weight:bold;
	font-size:17px;
}
.pink_block h1{
	font-size:18px;
	margin:0px;
	padding:0px;
}
.pink_text_field{
	background:url(../images/pink_field.gif) no-repeat;
	padding:2px 5px;
	width:237px;
	height:30px;
	color:#141414;
	outline:0;
	border:0;
	outline-width:0;
	outline-style:none;
}
.pink_ruller{
	background:url(../images/pink_ruller.gif) repeat-x;
	height:32px;
}


.green_title{
	background:url(../images/green_title_bg.gif) repeat-x top;
	height:46px;
	color:#141414;

}
.green_title h1{
	font-size:18px;
	color:#141414;
	margin:0px;
	padding:0px;
}
.blue_title{
	background:url(../images/blue_title_bg.gif) repeat-x top;
	height:46px;
	color:#141414;
	
}.blue_title h1{
	font-size:18px;
	color:#FFF;
	margin:0px;
	padding:0px;
	color:#141414;
}
.blue_title a{
	font-size:15px;
	color:#141414;
	font-weight:bold;
	text-decoration:none;
}
.searchRoundedBox {
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:solid 1px #030f4c;
	
	behavior: url(PIE.htc);
	
}
.sliderWrapper {
	height:230px; 
	background-image:url(../images/sliderJPG.jpg); 
	background-repeat:no-repeat;
	margin-bottom:10px;
	
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:solid 1px #030f4c;
	
	behavior: url(PIE.htc);
}
.sliderWrapper .sliderBox {
	margin:10px 10px 10px 220px; 
	background-color:#FFF; 
	height:210px;
}

.topMenu {
	font-size:16px;
	font-weight:bold;
	height:32px;
	width:110px;
}
.topMenu a {
	DISPLAY: block;
	height: 25px;
	font-weight:bold;
	padding-top:7px;
	color:#030f4c;
	text-decoration:none
}.topMenu a:hover {
	background:url(../images/topMenuOver.png) no-repeat;
	text-decoration:none;
	color:#141414;
}





.footer{
	height:95px;
	font-size:14px;
	font-weight:bold;
	color:#141414;
}
.footer a{
	color:#141414;
}