@charset "utf-8";
/* CSS Document */
@import url(AWCLayout.css);

/***************************************************************/
/******************************************************* Main **/
/***************************************************************/

* {	
	box-sizing:content-box; 
	-moz-box-sizing:content-box;
	margin:0px;
	padding:0px;
}

html{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-weight:normal;
	line-height:1.5em; 
	margin:0px;
	padding:0px;
}

body {
	font-size:1.2em;
	margin:0px;
	padding:0px; 
}

a,a:link, a:visited, a:active {
  color:#166fd4;	
  font-weight:bold;
	font-size:small;
  text-decoration:underline;
}

a:hover {
    color:#40a3ff;
    text-decoration:none;
}

a img {
    border:none;
}

h1{
	color:#9fbec4;
	font-size:medium;
	font-weight:bold;
	line-height:2em;
}

h2{
	color:#9fbec4;
	font-size:small;
	font-weight:bold;
	line-height:2em;
}
	h2 a,a:link, a:visited, a:active {
		color:#d7bebc;
		font-size:16px;
		font-weight:bold;
	}

h3{
	color:#9fbec4;
	font-size:small;
	font-weight:normal;
	font-style:italic;
	line-height:2em;
}

p{
	margin:.8em 0em .8em 0em;
	padding:0px;
}

.clearBoth{
	clear:both;
}

.AWCAccent{
	color:#5e8c99;
	font-weight:bold;
}


