
H2 {
	color : black;
	font-variant : small-caps;
	font-family : Arial, Helvetica, sans-serif;
}
H3 {
	font-style : italic;
	font-weight : bold;
	color : Gray;
	font : small-caps;
	font-size : 160%;
}
H4 {
	color : Black;
	font-size : 125%;
}
A:LINK {
	color : Blue;
	text-decoration : none;
}
A:VISITED {
	color : Blue;
	text-decoration : none;
}
A:ACTIVE {
	color : Red;
}
A:HOVER {
	color : Blue;
	background-color : Silver;
}
.highlight {
	background : #FFFF66;
}
.headera {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-variant : small-caps;
	font-weight : bolder;
	font : bold 500%;
	line-height: 30px;
}
.articleheader {
	font-variant : small-caps;
	background-color : #87CEEB;
}
.indent1 {
	margin-left : 1cm;
}
.indent2 {
	margin-left : 2cm;
}
.footnotecite {
	background : #80FFFF;
}
.casepage {
	background : #E0E0E0;
}
TD.topheader {
	background : Blue;
	color : Yellow;
	font-weight : bold;
	font-size : x-large;
}
TD.secondheader {
	background : Yellow;
	color : Blue;
	font-size : large;
	font-style : italic;
}
TD.thirdheader {
	background : Blue;
	color : White;
	font-size : large;
}
.menumain {
	background : Blue;
	color : Yellow;
	text-align : center;
	text-decoration : none;
	font-weight : bold;
}
.menubiol {
	color : Blue;
	font-weight : bolder;
	text-align : center;
	font : bolder;
	text-decoration : none;
	background-color : White;
}
LI {
	list-style-image: url("http://lawzilla.com/graphics/blueball.jpg");
}

body {
	font-family: Verdana, Arial,sans-serif;
	color: #161616;
	font-size: 13px;
	margin: 0px 0px; padding:0px;
	text-align:left;
	line-height: 20px;
	list-style : url("graphics/blueball.jpg");
}

td.row1	{ background-color: #ABC5E2; }
td.headerrow	{ background-color: white }
td.mainbody	{ background-color: #CFDFEE; }
td.left	{
	background-image : url("graphics/border_4.gif");
}
td.right	{
	background-image : url("graphics/border_5.gif");
}
.subheading {
	color: Red;
	font-style : italic;
	font-weight : bold;
	font-variant : small-caps;
}
.tableside {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0F3E71;
	border-right-color: #0F3E71;
	border-bottom-color: #0F3E71;
	border-left-color: #0F3E71;
	padding-right: 5px;
	padding-left: 5px;
	}
.yellowbox {
	background-color: #ffffcc;
	border: 1px solid #000000;
}
.bluebox {
	background-color: #ecf5ff;
	border: 1px solid #000000;
}

/*** Horizontal menu ***/

#mainmenu {
float:left;
margin-bottom:25px;
}

#mainmenu ul {
font-size:16px;
margin:0;
padding:0;
}

#mainmenu li {
float:left;
height:35px;
list-style:none;
margin:0;
padding:0;
}

#mainmenu a {
border-right:1px solid #b0b0b0;
color:#606060;
display:block;
font-size:0.7em;
padding:11px 10px 10px;
text-transform:uppercase;
}

#mainmenu a:hover {
background:#f0f0f0 url(http://internetprofituniversity.com/graphics/andreas-menuhover.jpg) top left repeat-x;
color:#505050;
text-decoration:none;
}

#mainmenu a.current {
background:#f0f0f0 url(http://internetprofituniversity.com/graphics/andreas-menuhover.jpg) top left repeat-x;
color:#505050;
text-decoration:none;
}