/* something that does not change */
html, body { height:100%; }
textarea, input { font-size:13px; font-family:Arial, "Times New Roman", Times, serif; color:#000; line-height: 125%;}
textarea { width:100%; }
table { border-collapse:collapse; }
html, body, h1, h2, h3, h4, h5 ,h6, body, form, ul, li, th, td { margin:0; padding:0; }
img { border:0 none; }
map { display:none; }
object, form { display:block; }	
h1, h2, h3, h4, h5 ,h6 { letter-spacing:normal; }
hr { display:none; }
strong { font-weight: bold;}
/* something that does not change */


/* all time classes */
.wf { width:100%; }
.hf { height:100%; }
.whf { width:100%; height:100%; }
.tar { text-align:right; }
.tal { text-align:left; }
.tac { text-align:center; }
.clr { clear:both; height:1px; overflow:hidden; }
.clear { clear:both; }
.fl { float:left; }
.fr { float:right; }
.hide { display:none; }
.block { display:block; }
.inline { display:inline; }
.nm { margin:0 !important; }
.np { padding:0 !important; }
.br { border-right:1px dotted #000; }




html, body {
	font-family: "Myriad Pro", "Arial", "Verdana", sans-serif;
	font-size:16px;
}
input, textarea, select {
	font-family: "Myriad Pro", "Arial", "Verdana", sans-serif;
	font-size:16px;
	width: 300px;
	height: 24px;
}
input {
	padding: 3px;
	height: 18px;
	width: 294px;
}
input.submit {
	height : auto;
}
textarea {
	width:600px;
	height:300px;
}
a {
	color:#258ce0;
	text-decoration:none;
}
a:hover {
	color:#99c9f0;
	text-decoration:underline;
}
a:focus {
	outline:1px solid #333;
}
h1,h2,h3,h4,h5,h6 {
	font-size:150%;
}
h1 { font-size: 200%; }
h2 { font-size: 175%; }
h3 { font-size: 150%; }
h4 { font-size: 150%; }
h5 { font-size: 150%; }
h6 { font-size: 125%; }

.wrap {
	width: 940px;
	margin:50px auto;
	background-color:#ffffc4;
	border:1px solid #bbb;
	padding:10px;
}
.menu {
	border-bottom:1px solid #ccc;
}
.menu li {
	display:inline-block;
	padding:5px;
}
.mainTitle {
	border-bottom:1px solid #ccc;
}
.pageTree {
	float:right;
	width:160px;
	padding:0 10px;
	border-left:1px solid #ccc;
}
.bottomBar {
	border-top:1px solid #ccc;
}
.add {
	font-size:125%;
	border:1px solid #bbb;
	background-color:#d2e8f9;
	text-align:center;
}