/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
/*ul,ol { list-style:none }*/

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html,blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

ul
{list-style-type : none;}

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/*img:title
{width:500px;}
*/

/* Search Engine Layer - HIDDEN */
.seo {
	visibility: hidden;
	display:none;
}

/* Ask Firefox to NOT outline the link with a dotted outline*/
a:focus {
	outline: none;
}

BODY {

	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
	color : Black;
	margin: 0px 0px 0px 0px;
}



TD {

	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;

	font-size: 10pt;

	color : Black;

}



A {

	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;

	text-decoration: underline;

	color : #990000;

	font-size : 10pt;

	font-weight : Normal;

}



A:Hover {

	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;

	text-decoration: underline;

	font-size : 10pt;

	color : #09206E;

	font-weight : Normal;

}



.reviewer {

	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;

	font-size: 10pt;

	color : #990000;

	font-style: italic;

}



.author {

	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;

	font-size: 10pt;

	color : #990000;

}



.title {

	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;

	font-size: 12pt;

	color : #1A3C51;

	font-weight: Bold;

}



.title {

	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;

	font-size: 12pt;

	color : #1A3C51;

}

.black {color: #000000 !important; font-size:12px; font-weight:normal; text-decoration: underline; letter-spacing:0.06em;}	
.black:link {color:#000000 !important; font-size:12px; font-weight:normal; text-decoration: underline; letter-spacing:0.06em;}
a.black:link {color:#000000 !important; font-size:12px; font-weight:normal; text-decoration: underline; letter-spacing:0.06em;}
a.black:visited {color:#000000 !important; font-size:12px; font-weight:normal; text-decoration: underline; letter-spacing:0.06em;}
a.black:active {color:#000000 !important; font-size:12px; font-weight:normal; text-decoration: underline; letter-spacing:0.06em;}
a.black:hover {color:#000000 !important; font-size:12px; font-weight:normal; text-decoration: underline; letter-spacing:0.06em;}

.blue_home {color: #00274e !important; font-weight:bold; font-size:13px; line-height:18px;}	
.blue_home:link {color:#00274e !important; font-weight: bold; font-size:13px; text-decoration: none; line-height:18px;}
a.blue_home:link {color:#00274e !important; font-weight: bold; font-size:13px; text-decoration: none; line-height:18px;}
a.blue_home:visited {color:#00274e !important; font-weight: bold; font-size:13px; text-decoration: none; line-height:18px;}
a.blue_home:active {color:#00274e !important; font-weight: bold; font-size:13px; text-decoration: none; line-height:18px;}
a.blue_home:hover {color:#00274e !important; font-weight: bold; font-size:13px; text-decoration: underline; line-height:18px;}

.blue {color: #00274e !important; font-weight:bold; font-size:16px; line-height:18px;}	
.blue:link {color:#00274e !important; font-weight: bold; font-size:16px; text-decoration: none; line-height:18px;}
a.blue:link {color:#00274e !important; font-weight: bold; font-size:16px; text-decoration: none; line-height:18px;}
a.blue:visited {color:#00274e !important; font-weight: bold; font-size:16px; text-decoration: none; line-height:18px;}
a.blue:active {color:#00274e !important; font-weight: bold; font-size:16px; text-decoration: none; line-height:18px;}
a.blue:hover {color:#00274e !important; font-weight: bold; font-size:16px; text-decoration: underline; line-height:18px;}

.red {color: #9a0201 !important; font-weight:normal;}	
.red:link {color:#9a0201 !important; font-weight:normal;}
a.red:link {color:#9a0201 !important; font-weight:normal;}
a.red:visited {color:#9a0201 !important; font-weight:normal;}
a.red:active {color:#9a0201 !important; font-weight:normal;}
a.red:hover {color:#9a0201 !important; font-weight:normal;}

.buy {color: #9a0201 !important; font-weight:normal; text-decoration: underline;}	
.buy:link {color:#9a0201 !important; font-weight:normal; text-decoration: underline;}
a.buy:link {color:#9a0201 !important; font-weight:normal; text-decoration: underline;}
a.buy:visited {color:#9a0201 !important; font-weight:normal; text-decoration: underline;}
a.buy:active {color:#9a0201 !important; font-weight:normal; text-decoration: underline;}
a.buy:hover {color:#9a0201 !important; font-weight:normal; text-decoration: underline;}

.redbold {color: #9a0201 !important; font-weight:bold;}	
.redbold:link {color:#9a0201 !important; font-weight:bold;}
a.redbold:link {color:#9a0201 !important; font-weight:bold;}
a.redbold:visited {color:#9a0201 !important; font-weight:bold;}
a.redbold:active {color:#9a0201 !important; font-weight:bold;}
a.redbold:hover {color:#9a0201 !important; font-weight:bold;}


.red12 {color: #9a0201 !important; font-size:12px; font-weight:normal; text-decoration: normal;}	
.red12:link {color:#9a0201 !important; font-size:12px; font-weight:normal; text-decoration: underline;}
a.red12:link {color:#9a0201 !important; font-size:12px; font-weight:normal; text-decoration: underline;}
a.red12:visited {color:#9a0201 !important; font-size:12px; font-weight:normal; text-decoration: underline;}
a.red12:active {color:#9a0201 !important; font-size:12px; font-weight:normal; text-decoration: underline;}
a.red12:hover {color:#9a0201 !important; font-size:12px; font-weight:normal; text-decoration: underline;}

.white {color: #ffffff !important; font-size: 9px; font-weight:normal;}	
.white:link {color:#ffffff !important; font-size: 9px; font-weight:normal;}
a.white:link {color:#ffffff !important; font-size: 9px; font-weight:normal;}
a.white:visited {color:#ffffff !important; font-size: 9px; font-weight:normal;}
a.white:active {color:#ffffff !important; font-size: 9px; font-weight:normal;}
a.white:hover {color:#ffffff !important; font-size: 9px; font-weight:normal;}

.border_right {
	border-right-style:solid;
	border-right-width: 1px;
	border-right-color:#ffffff;
}

.border_right_bottom {
	border-right-style:solid;
	border-right-width: 1px;
	border-right-color:#ffffff;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color:#ffffff;	
}

.quotes{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;

	font-size: 10pt;

	color : Black;
}