/* ================================
    CSS STYLES FOR 24-7EMS NOW
    v2 04/09/2007
   ================================
*/   


/* Default settings for HTML Elements. These setting may be
   overridden by class specific settings */

Body
{
	font-family: Helvetica, Verdana, Sans-Serif;
    background-color: #ffe600;
    border-style: solid;
	border-color: red;
	border-width: 0px;
}

A
{
style: underline;
color: red;
font-weight: bold;
}

A:active
{
style: underline;
color: red;
font-weight: bold;
}

A:hover
{
style: underline;
color: red;
font-weight: bold;
}

A:link
{
style: underline;
color: red;
font-weight: bold;
}

A:visited
{
style: underline;
color: #666666;
color: red;
font-weight: bold;
}

HR
{
	width: 100%;
	color: #FF0000; 
	background-color: #FF0000;
}

H1
{
	font-weight: bold;
	font-size: 12pt;
	color: #000000; /* black */
	font-family: Helvetica, Verdana, Sans-Serif;
}

H2
{
	font-family: Helvetica, Verdana, Sans-Serif;
    	font-size:  10pt;
    	font-weight:  bold;
    	color: #000000; /* black */
}

H3
{
	font-family: Helvetica, Verdana, Sans-Serif;
    	font-size:  8pt;
    	font-weight:    bold;
    	color: #000000; /* black */
}


IMG
{
}

TD 
{	font-size: 10pt;
        font-family: Helvetica, Verdana, Sans-Serif;
	}
P
{	font-size: 10pt;
        font-family: Helvetica, Verdana, Sans-Serif;
	}

UL
{	list-style-type: square;
	line-height:normal;
	font-size: 10pt;
	}

OL
{	line-height: 1.5;
	font-size: 10pt;
	}
	

.Page
{	width: 100%;
	height: 100%;
	background-color: #ffe600;
	border-style: solid;
	border-color: red;
	border-width: 1px;

}


/* LeftPane styles override the default template styles for templates 
   inserted into the left pane of the default page. */

.LeftPaneTop
{
	background-color: #ffe600
	color: #000000;
	border-right-style: solid;
	border-right-color: red;
	border-right-width: thin;
	border-bottom-style: solid;
	border-bottom-color: red;
	border-bottom-width: thin;
}

.LeftPane
{
	background-color: #ffe600
	color: #000000;
	border-right-style: solid;
	border-right-color: red;
	border-right-width: thin;
	align: top;
    padding-right: 4px; 
--    padding-left: 4px;
}

.LeftPane .Subhead
{	text-align: right;
	color: #000000;
    font-size: 14pt;
    font-weight: bold;
    font-style: italic;
    padding-top: 4px;
    padding-bottom: 12px;
    padding-left: 4px; 
}

.LeftPane .Subsubhead
{	text-align: right;
	color: #000000;
    font-size: 10pt;
    font-weight: bold;
    font-style: italic;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px; 
}
.LeftPane .td
{	
	color: #000000;
	font-weight: bold;    
	text-align: right;
    padding-right: 4px; 
    padding-left: 4px;
}


/* RightPane styles override the default template styles for templates
   inserted into the content (center) pane of the default page. */
.RightPane
{	
	padding-left: 4px;
	padding-bottom: 4px;
	padding-bottom: 12px;
	padding-top: 4px;
	color: #000000;
	background-color: #ffe600
	border-style: solid;
	border-color: red;
	border-width: 1px;
      
}
	
.RightPaneTop
{	
	border-bottom-style: solid;
	border-bottom-color: red;
	border-bottom-width: thin;
	
}

.RightPane .Head
{
	font-weight: bold;
	font-size: 16pt;
	font-style: italic;
	color: red;
	font-family: Helvetica, Verdana, Sans-Serif;
    padding-left: 4px; 
}

.RightPane .Subhead
{	text-align: left;
	color: #000000;
    font-size: 14pt;
    font-weight: bold;
    font-style: italic;
    padding-top: 4px;
    padding-bottom: 12px;
    padding-left: 4px; 
}

.RightPane .Subsubhead
{	text-align: left;
	color: #000000;
    font-size: 10pt;
    font-weight: bold;
    font-style: italic;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px; 
}

.RightPane .td
{	
	padding-left: 4px;
	padding-bottom: 10px;
	padding-top: 4px;
	color: #000000;
 }

.RightPane .ul
{
	font-weight: bold;	
	font-style: italic;
}


.RightPane .Normal
{
	font-size: 10pt;
	color: black;
	margin-left: 1em;
	border: 1;
	border-color: red;
	
}

.Footer1
{
	text-align: center;
    font-family: Helvetica, Verdana, Sans-Serif;
    font-size: 14pt;
    font-weight: bold;
    font-style: italic;
	color: #000000;
    padding-top: 4px;
    padding-bottom: 4px;
}
}

.Footer2
{
	text-align: center;
	font-size: 8pt;
    font-family: Helvetica, Verdana, Sans-Serif;

}



/* subtitle style*/
.SubHead    {
    font-family: Helvetica, Verdana, Sans-Serif;
    font-size:  10pt;
    font-weight:  bold;
    color: #000000; /* black */
    text-align: left;
}

/* subtitle style used instead of Head for compact rendering*/
.SubSubHead {
    font-family: Helvetica, Verdana, Sans-Serif;
    font-size:  8pt;
    font-weight:    bold;
    color: #000000; /* black */
}