body{
	margin:0;
	padding:0;
	font-size:.6em;
}
strong{
	font-weight:bold;	
}
em{
	font-weight:inherit;
	font-style:italic;
}

/* lists */
ul {
  display: block;
  list-style-type: disc;
  margin: 1em 0 1em 1em;
  padding: 1em 0 1em 1em;
}

ol {
  display: block;
  list-style-type: decimal;
  margin: 1em 0;
  padding: 1em 0;
}

li {
  display: list-item;
  list-style-type: disc;
}

/* nested lists have no top/bottom margins */
ul ul,   ul ol,   ul dl,
ol ul,   ol ol,   ol dl,
dl ul,   dl ol,   dl dl {
  margin-top: 0;
  margin-bottom: 0;
}

/* 2 deep unordered lists use a circle */
ol ul,   ul ul,   menu ul,   dir ul,
ol menu, ul menu, menu menu, dir menu,
ol dir,  ul dir,  menu dir,  dir dir {
  list-style-type: circle;
}

/* 3 deep (or more) unordered lists use a square */
ol ol ul,     ol ul ul,     ol menu ul,     ol dir ul,
ol ol menu,   ol ul menu,   ol menu menu,   ol dir menu,
ol ol dir,    ol ul dir,    ol menu dir,    ol dir dir,
ul ol ul,     ul ul ul,     ul menu ul,     ul dir ul,
ul ol menu,   ul ul menu,   ul menu menu,   ul dir menu,
ul ol dir,    ul ul dir,    ul menu dir,    ul dir dir,
menu ol ul,   menu ul ul,   menu menu ul,   menu dir ul,
menu ol menu, menu ul menu, menu menu menu, menu dir menu,
menu ol dir,  menu ul dir,  menu menu dir,  menu dir dir,
dir ol ul,    dir ul ul,    dir menu ul,    dir dir ul,
dir ol menu,  dir ul menu,  dir menu menu,  dir dir menu,
dir ol dir,   dir ul dir,   dir menu dir,   dir dir dir {
  list-style-type: square;
}

strong , b{font-weight:bold}
em, i{ font-style:italic}

body , td , th{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:11px;
	line-height:19px;
}
th{    background-color:#d6d6d6;}
li {
	list-style-image: url(http://glyph.strose.edu/img/graybullet.gif);
}
p {
	text-align:left;
	clear:both;
}

a {
	color:#b31d11;
	text-decoration:underline;
}
li a {
	font-weight:bold;
}


h1 , h2 , h3 , h4{
	font-weight:bold;
	text-align:left;
	margin-bottom:10px;
	letter-spacing: 0px;
	clear:both;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#c9a64b;
}

h2{
	color:#b31d11;
	font-size:14px;
}
h3{
	color:#000000;
	font-size:14px;
}
h4{
	color:#a3a3a3;
	font-size:14px;
}


/* Utils */
.notallowedcursor{
	/* cursor:not-allowed; */
	/*NOTE: validators dont like this, but it does work in most modern browsers. Uncomment above to use if you need */
}
.defaultcursor{
	cursor:default;	
}
.showonedit{
	display:none;	
}
.emmarginbot{
	margin-bottom:1em;
}
.notdisplayedatstart{
	display:none;
}
.floatleft{
	float:left;	
}

.floatright{
	float:right;	
}
.contentscenter{
	text-align:center;	
}
.contentsright{
	text-align:right;	
}
.contentsleft{
	text-align:left;	
}
.clearright{
	clear:right;
}
.clearleft{
	clear:left;
}
.clearboth{
	clear:both;
}
.overflowauto{
	overflow:auto;
}
.On
{
    background-color:#d6d6d6;
    }