/* from law school .typical */
body {
	background-color: #FFFFFF;
}

body, td, th {
	color: #000000;
}


/* for list can square, disc, circle-hollow */
dd.adms { margin-top: 0; margin-left: 3em }
dir.adms { list-style: square }
dt.adms { margin-bottom: 0 }
li.adms { margin-left: 3em ; font: normal 9px Verdana, Arial, Helvetica, sans-serif}
menu.adms { margin: 0 }              /* tight formatting */
ol.adms { list-style: disc }
ul.adms { list-style: square }

/* active links */
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993300
}

/* unvisited link */
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066
}

/* visited links */
a:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666
} 

/* header styles */
h1.adms {
	font-weight: bold; 
	font-size: 18pt;
	line-height: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-variant: normal;
	font-weight: bold;
	color: #000066;
	vertical-align: top;
}

h2.adms {  
	font-size: 16pt;
	line-height: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-variant: normal;
	font-weight: bold;
	color: #000066;
	vertical-align: top;
}

h3.adms {
	font-weight: bold; 
	font-size: 14pt;
	line-height: 12pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-variant: normal;
	font-weight: bold;
	color: #000066;
	vertical-align: top;
}

h4.adms {
	font-weight: normal; 
	font-size: 14pt;
	line-height: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-variant: normal;
	font-weight: bold;
	color: #000066;
	vertical-align: top;
}

p.adms {
	margin: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	background: white;
	color: #000000;
	font-size: 12pt;
	font-style: normal;
	vertical-align: top;
}

table.adms {
	margin: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.1;
	background: white;
	font-size: 12pt;
	font-style: normal;
	vertical-align: top;
}

td.adms { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF top;
	font-size: 12pt;
	font-style: normal;
	vertical-align: top;
}

ul.admsimage {
	list-style: square inside url("images/arrow.gif")
}

/* From data - from law school .typical */
/* Summary data */
/* No data message*/
.admsblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #000000;
	left: 22px;
	vertical-align: top;
}

.admsblack_hilite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #000000;
	left: 22px;
	vertical-align: top;
    BACKGROUND-COLOR: #ffffcc
}

/* Topic description data - from law school .typical */
.admsblackbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #193870;
	vertical-align: top;
}

/* formatted time - from law school .typical */
/* From label */
/* Summary label */
.admsblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
    color: #333;
	vertical-align: top;
}
.admsblueTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
    color: #000;
	vertical-align: top;
}

.admsblue_hilite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
    color: #000000;
	vertical-align: top;
    BACKGROUND-COLOR: #ffffcc;
}

/* network failure message body */
.netfailbody {
	font-weight: normal; 
	font-size: 12pt;
	line-height: 14pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-variant: normal;
	font-weight: bold;
	color: #000000;
	vertical-align: top;	
}

/* network failure message header */
.netfailhead {
	font-weight: bold; 
	font-size: 14pt;
	line-height: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-variant: normal;
	font-weight: bold;
	color: #000000;
	vertical-align: top;
}

/* page title - from law school .typical */
.pagetitle {
	font-weight: bold;
	line-height: normal;
	vertical-align: top;
	text-align: left;
	color: #193870;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	font-variant: normal;
	margin: 1em 0em .8em 0em;
}
