/* MAIN.CSS - Styles for the STEM/MARK web pages  */

/* ************************** Common definitions ********************* */

/* Main body common  */

BODY {
	color : #000000;
	font-family : Verdana;
	font-size: 8pt;
	background-color: #FFFFFF;
	margin: 0pt 0pt 0pt 0pt;
}

BODY.Outer {
	background-color: #EBEBEB;
}

BODY.Inner{
	margin: 0pt 8pt 0pt 0pt;
	scrollbar-face-color: #FFFFFF;
	scrollbar-arrow-color: #B5B5B5;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #B5B5B5;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #B5B5B5;
	scrollbar-track-color: #FFFFFF;
}

FORM {
	margin: 0px 0px 0px 0px;
}

/* INPUT common */
INPUT {
	background-color : #FFFFFF;
	font-family : Verdana;
	font-size : 8pt;
	border-style : solid solid solid solid;
	color : #000000;
	border : 1pt solid #848484;
}  	



/* TEXTAREA common */
TEXTAREA {
	background-color : #FFFFFF;
	font-family : Verdana;
	font-size : 8pt;
	border-style : solid solid solid solid;
	color : #000000;
	border : 1pt solid #848484;
}


/* SELECT common */
SELECT {
	background-color : #FFFFFF;
	font-family : Verdana;
	font-size : 8pt;
	color : #000000;
	border-style : solid solid solid solid;
	border : 1pt solid #848484;
}


/* P common  */
P {
	margin-bottom : 5pt;
	margin-top : 0pt;
	font-family : Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 13pt;
}


/* TD common  */
TD, TH {
	font-family : Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	vertical-align: top;
}


/* H1 common  */
H1 {
	text-align : left;
	margin-bottom : 5pt;
	font-size: 10pt;
	font-weight: bold;
	color: #981E54;
}

/* H2 common  */
H2 {
	text-align : left;
	margin-bottom : 3pt;
	margin-top: 0pt;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}



/* UL common */
UL { 
	list-style-type:circle;
	margin: 0pt 0pt 5pt 11pt;
	line-height: 13pt;
}


/* LI common */
UL.LI {
	line-height: 13pt;
	list-style: circle;
}

/* A common */
A , A:LINK {
	text-decoration : underline;
	color : #000000;
}


A:ACTIVE {
	text-decoration : underline;
	color : #000000;
}


A:HOVER {
	text-decoration : underline;
	color : #848484;
}


A:VISITED {
	text-decoration : underline;
	color : #848484;
}

TD.menu_header {
	font-family : Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: Black;
	vertical-align: bottom;
	padding: 5pt 2pt 0pt 2pt;;
}

TD.bottom {
	vertical-align: bottom;
}

.small {
	font-size: 7pt;
}


.announcement{
	width:600px;
    border:#981E54;
	border-style:solid;
	border-width:2pt;
	padding:8pt;
}
