﻿
/* CSS-Stylesheet Memo-Coach */

A   { color:#D71D28; }
A.grey { color: #333333; }

BODY { background-color: #CECECE; margin:0 0 0 0; font-family:Verdana,Arial,Sans-Serif; font-size:0.7em; color:#666666; overflow:visible; }

DIV.Body { width:700px; height: 750px; margin-left:auto; margin-right:auto; margin-top: 15px; background-color:#FFFFFF; border-color:#999999; border-style:solid;
		 		 	 border-right-width:2px; border-bottom-width: 2px; border-left-width:1px; border-top-width:1px; 
					 padding:0 0 0 0;}

DIV.Cont { width:486px; height:625px; overflow:auto; padding:20px 15px 20px 15px; }

DIV.Navi { float:left; width:150px; height:650px; background-color:#FFFFFF; text-align:left;
    margin-right:0; margin-bottom:0; margin-top:15px; margin-left:15px;  }

DIV.Bottom { width:690px; height: 10px; margin-left:auto; margin-right:auto; margin-top: 0px; padding-left:10px; 
    background-color:#CECECE; text-align:left; font-family:Verdana,Arial,Sans-Serif; font-size:0.7em; font-weight:bold; }
    
H1  { font-size:1.2em; font-weight:bold; color:#D71D28; padding: 0 0 0 0; margin:0 0 1.0em 0; }
H2  { font-size:1.0em; font-weight:bold; color:#666666; padding: 0 0 0 0; margin:1.5em 0 0.5em 0; }
H3  { font-size:1.0em; font-weight:bold; color:#666666; padding: 0 0 0 0; margin:1.5em 0 0.5em 0; }

P   { color:#666666; padding:0 0 0 0; margin:0 0 0.5em 0; line-height:1.4em; }

.Red	{ color:#D71D28; }

UL		{	color:#666666; margin-top:0.5em; margin-bottom:0.5em; list-style-position:outside; line-height:1.2em; }
UL LI	{ color:#666666; margin-top:1em; margin-bottom:0.5em; list-style-image:url(Images/ListItem-Dot.gif); }	
UL LI LI	{ color:#666666; margin-top:0.3em; list-style-image:url(Images/ListItem-Dash.gif); line-height:1.2em; }
UL LI LI LI { color:#666666; margin-top:0.3em; list-style-image:url(Images/ListItem-Dash.gif); line-height:1.2em; }

OL		{ margin-top:0.5em; margin-bottom:0.5em; line-height:1.3em; }
OL LI	{ list-style-type:decimal; }	
OL OL LI	{ list-style-type:lower-alpha; }	
OL OL OL LI	{	list-style-type:lower-roman;	}	

