p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545CC9;
	text-align: center;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

a:link {
	text-decoration: none;
	font-weight: bold; 
	color: #545CC9;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #663366;	
}

a:hover{
	text-decoration: underline; 
	color: #545CC9;
/*	color: rgb(255,0,0);  */
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
	}

.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

tr.quotepage {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #545CC9;
}
img.authorpic {
	/* width: 5em; */
	height: 5em;
	padding: 5px;
	margin: 0px;
	text-align: right;
}
td.authorpic_cell {
	text-align: right;
}
p.right_quote {
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
p.right_author {
	text-align: right;
	font-size: .8em;
}
p.left_quote {
	font-style: italic;
	font-weight: bold;
	text-align: left;
}
p.left_author {
	text-align: left;
	font-size: .8em;
}
#quotetable {
	height: 146px; 
}
#mainquotephoto { 
	float: right; 
	padding: 10px 0 0 10px; 
	width: 80px;
	height: 90px;
}
p#mainquotetext {
	font-weight: bold;
	font-size: .9em; 
}
p#mainquoteauthor {
	font-style: italic;
	font-size: .8em;
}
#quotetexttd {
	vertical-align: middle;
	text-align: right;
}





