/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	line-height: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ul.a {
	font-size: 14px;
	list-style-position:outside;
    list-style-type: decimal;
	margin-left: 7px;
	margin-bottom: 7px;
    margin-right: 0px;
    padding-left: 12px;
    padding-right: 0px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: separate;
	border-spacing: 10px;
	width:100%;
}
table td { 
    width:50%;
	border-spacing: 10px;
	vertical-align:middle;
}

.linkText{
	border-bottom: 1px dotted #000;
	text-decoration: none;
	cursor:pointer;
}

.list {
	counter-reset: counter;
	vertical-align: text-top;
	cursor: pointer;
}

.list dt:before {
	content: counter(counter);
	counter-increment: counter;
	font-size:2em
}

dl.inline dd {
  display: inline;
  margin: 0;
}

dl.inline dd:after{
	display: block;
	content: '';
}

dl.inline dt{
	display: inline-block;
	min-width: 100px;
}

.containerdiv {
	border: 0;
	float: inherit;
	position: relative;
	margin: auto;
	width: 10%;
	padding: 10px;
} 

.cornerimage {
  border: 0;
  position: absolute;
  bottom:0;
  left: 0;
 }

.withTextRight {
	 float: right;
	 display: inline-block;
	 margin: 0 0 10px 10px;
 }

.withTextLeft {
	float: right;
	display: inline-block;
	margin: 0 0 10px 10px;
}

