/*Main Settings  */
body, td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	margin : 0px 0px 0px 0px;
}
input, textarea, select, option {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
/*Links*/
a:link {
	color: #0033ff;
	text-decoration : none;
}
a:visited {
	color: #0066ff;
	text-decoration : none;
}
a:hover {
	color: #ff0000;
	text-decoration : none;
}
a:active {
	color: #cc3333;
	text-decoration : none;
}
/* Top Menu  LInks*/
a.menu {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration:none; 
	color:#99ffcc
}
a.menu:hover {
	color:#ffcc66
}
a.menu:visited {
	color:#99ffcc
}
a.menu:active {
	color:#99ffcc
}
/*Font Sizes*/
.xsmall {
	font-size : 7pt;
}
.small {
	font-size : 9pt;
}
.normal {
	font-size : 11pt;
}
.large {
	font-size : 14pt;
}
.xlarge {
	font-size : 20pt;
}
.section {
	font-size: 10pt;
	color : #DC143C;
}
.title {
	font-family : Arial,Helvetica,sans-serif;
	font-size: 13pt;
	color : #6A5ACD;
	font-weight : bold;
}
.author {
	font-size: 10pt;
	color : Gray;
	font-weight : bold;
	font-style : italic;
}
.heading1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	line-height : 100%;
	text-align : left;
	color : Olive;
}
.heading2{
	font-family : Arial,Helvetica,sans-serif;
	font-size : 12pt;
	font-weight : bold;
	line-height : 100%;
	text-align : left;
	color : Olive;
	font-style : italic;
}
.SideHead{
	font-size : 10px;
	color : #ffffff;
	font-weight : bold;
	text-align : center;
	background : #336699;
}
.SideText{
	font-size : 10px;
	color : #000000;
	text-align : left;
	background : #ddf0ff;
}
