﻿*{
		margin:0px;
		padding:0px;
	}
	
	
	.ex_boxOuter{
		float:left;
		width:1000px;
		background:url(../images/ex_divBg.png) 0px 0px repeat-y;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		color:#808080;
		margin-top:5px;
	}
	
	.ex_boxOuter .ex_boxTop{
		float:left;
		width:1000px;
		background:url(../images/ex_topCrv.png) 0px 0px no-repeat;
	}
	.ex_boxOuter .ex_boxTop .ex_boxBot{
		float:left;
		width:980px;
		background:url(../images/ex_botCrv.png) left bottom no-repeat;
		padding:10px 10px 0px 10px;
		text-align:justify;
	}
	.ex_boxOuter .ex_boxTop .ex_boxBot a{
		outline:none;
		color:#285185;
		text-decoration:none;
	}
	.ex_boxOuter .ex_boxTop .ex_boxBot a:hover{
		outline:none;
		color:#4c91e9;
		text-decoration:none;
	}
	.ex_boxOuter .ex_boxTop .ex_boxBot p{
		padding-bottom:10px;	
	}
	.ex_boxOuter .ex_boxTop .ex_boxBot h1{
		padding-bottom:10px;	
		color:#4c91e9;
		font-size:large;
	}
	.ex_boxOuter .ex_boxTop .ex_boxBot h2{
		padding-bottom:10px;	
		padding-top:10px;
		font-size:large;
	}
	.ex_boxOuter .ex_boxTop .ex_boxBot h3{
				
		font-size:large;
		text-align:center;
		color:Red;
	}
	.ex_boxOuter .ex_boxTop .ex_boxBot h4{
		padding-top:10px;	
		padding-bottom:20px;	
		font-size:small;
		font-weight:bold;
		text-align:center;
			
	}
