body, html
{
	font-family:Arial;
	font-size:13px;
	border: 0px;
	padding: 0px;
}

a{
	color: #444444;
}

a img{
	border: 0px;
}

img.right{
	position:relative;
	float:right;
	padding:0 0 10px 10px;
}

h2, h3, h4{
	margin-bottom: 20px;
}

table h2, table h3, table h4{
	margin-bottom: 0px;
}


img.left{
	position:relative;
	float:left;
	padding:0 10px 10px 0;
}

h2{
	font-size: 22px;
}

h3{
	font-size: 18px;
}

h4{
	font-size: 14px;
}

ul{padding: 0px; margin: 0px 0px 15px 10px;}
ol{padding: 0px; margin: 0px 0px 15px 15px;}
ul{padding-left: 15px;}
ol{padding-left: 20px;}	


table.nostyle{
	border: none;
	background: none;
}



table.nopadding td {
	padding: 0px;
}

table.nostyle td {
	border: none;
	background: none;
	padding: 0px;
}

table.nostyle th{
	border: none;
	background: none;
}

table{
	border-right:1px solid #d1d1d1; 
	border-bottom:2px solid #AAAAAA; 
	width: 100%;
}

td {
	padding: 5px;
	border-left:  1px solid #d1d1d1;
	border-top:  1px solid #d1d1d1;
	background-image: url(../images/levels_shared/td.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ffffff;
	vertical-align: top;
}

td.right {
	text-align:right;
}


th{
	background-color: #ffffff;
	padding: 6px 5px; 
	border-left:  1px solid #d1d1d1;
	border-top:  1px solid #d1d1d1;
	background-image: url(../images/levels_shared/th.png);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
	vertical-align: top;
}


a.LongButton
{
	font-size:12px;
	font-weight: normal;
	color:#000000;
	display:block;
	font-size:12px;
	height:21px;
	line-height:12px;	
	padding:7px 0px 0px 8px;
	text-decoration:none;
	width:172px;
	background-image: url(../images/levels_shared/email_long.png);
	background-repeat: no-repeat;
}

a.MediumButton {
	font-size:12px;
	font-weight: normal;
	background:url(../images/levels_shared/email_short.png) no-repeat;
	color:#000000;
	display:block;
	height:21px;
	line-height:12px;	
	padding:7px 0px 0px 8px;
	text-decoration:none;
	width:113px;
}

a.ArrowButton{
	background:url(../images/levels_shared/more_arrow.png) no-repeat;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	color:#000000;
	display:inline-block;

}


p.smalltext,.smalltext{font-size:11px;}


p.left {text-align:left}
p.center {text-align:center}
p.right {text-align:right}
u {text-decoration: underline}
abbr {border-bottom:1px dashed #AAAAAA; cursor:help}
acronym {border-bottom:1px dashed #AAAAAA;cursor:help}
dfn {font-style:normal;border-bottom:1px dashed #AAAAAA;cursor:help}