@CHARSET "ISO-8859-1";

body {
	background: url("../images/back.png") #ffffff repeat-x;
	font-family: "Arial", "Trebuchet", "Sans Serif";
	font-size: 9pt;
	color: #666666;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: center;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

a:link, a:active, a:visited {
	color: #0a6500;
	text-decoration: none;
	border-bottom: 1px dashed #666666;
}

a:hover {
	color: #e58a23;
	text-decoration: none;
	border-bottom: 1px solid #999999;
}

.menuframe a, .box div a {
	border: none;
}

.menuframe a img {
	float: left;
}

.headLeft {
	border-right: 1px solid #666666;
	float: left;
	background: #ffffff url("../images/logo.png") no-repeat;
	width: 550px;
	height: 150px;
	padding: 0;
	margin: 0;
}

.headRight {
	background-color: #ffffff;
	border: none;
	float: right;
	width: 150px;
	height: 150px;
	overflow: hidden;
}

.main, .header, .footer, .container {
	width: 703px;;
}

.container {
	background: #ffffff;
	margin: 10px auto;
	text-align: left;
}

.main {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

.header {
	height: 150px;
	border: 1px solid #666666;
}

.footer {
	background-color: #dbdbdb;
	font-size: 8pt;
	height: 20px;
	margin: 0 auto;
	border: 1px solid #666666;
	text-align: center;
	line-height: 175%;
	vertical-align: middle;
	clear: both;
}

.fullframe {
	padding: 10px;
}

.leftframe {
	margin: 5px;
	float: left;
	width: 30%;
	padding: 10px;
	display: inline;
}

.rightframe {
	margin: 5px;
	float: right;
	width: 61%;
	padding: 10px;
	/*border-left: 1px solid #666666;*/
	display: inline;
}


.p1, .p0, .p2 {
	padding: 5px;
	text-align: justify;
}

.p0 {
	font-size: 8pt;
}

.p1 {
	font-size: 9pt;
}

.p2 {
	font-size: 11pt;
}

.plink1 {
	margin-bottom: 5px;
}

.heading {
	font-size: 18pt;
	font-family: Times New Roman, Times, Serif;
	font-style: italic;
	color: #72a42a;
	margin: 5px;
	border-bottom: 1px solid #666666;
}

.accent {
	color: #b6983b;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.boldlabel {
	font-weight: bold;
	padding-bottom: 5px;
	color: #72a42a;
}

.big {
	font-size: 11pt;
}

.errormessage {
	font-size: 12pt;
	color: #72a42a;
	text-align: center;
}

.boxframe {
	width: 671px;
	text-align: center;
	margin: 0 auto;
}

.boxframefeat {
	width: 210px;
	text-align: center;
	margin: 0 auto;
}

.box, .box2 {
	float: left;
	display: block;
	padding: 5px;
	border: 1px solid #666666;
	margin: 5px;
	width: 200px;
	text-align: center;
}

.fixheight {
	height: 200px;
}

.box div a img {
	border: 1px solid #666666;
	padding: 2px;
}

.left {
	text-align: left;
	padding-bottom: 6px;
}

.begin {
	float: left;
	padding: 5px;
}

.bullet {
	float: left;
	padding-right: 2px;
}

/* The purpose of this class is to refill the div that contains the columns */
.refill {
	clear: both;
	padding-top: 10px;
}

/*
* HistCalc v1.0 Styles
*/

.Calculator {
	width: 350px;
	margin: 0 auto;
	text-align: center;
}

.history {
	border:1px solid #666666;
	height:300px;
	padding: 5px;
	margin-bottom: 5px;
	overflow: scroll;
	text-align: left;
	font-size: 8pt;
}

.formula {
	border:1px solid #666666;
	padding: 5px;
	text-align: center;
	font-size: 8pt;
}

.solution {
	color: #ff0000;
	text-align: center;
	font-size: 12pt;
}

#formula {
	font-size: 14pt;
}