body {
	background: #ffffff;
	margin: 0 0 0 0;
}

body, p, li, td, th, h1, h2, h3 {
	font-family: Times;
}

h1, h2, h3 {
	color: #0d4292;
	margin-top: 0;
}

h1 { font-size: 160% }
h2 { font-size: 130% }
h3 { font-size: 110% }

a.linksmall { font-size: 8pt; color: #888888 }

a.createlink, a.createlink:hover { 
	font-size: 12px; 
	margin: 5 5 5 5; 
	padding: 0 3 0 0; 
	border: 1px solid #bbbbbb; 
	text-decoration: none;
	background: red; 
	color: white; 
}

tr.header_l1 td {
	background-image: url(../skins/Main/images/header_bkg.jpg);
}

td.header_l2 {
	background-image: url(../skins/Main/images/header_l2_bkg.jpg);
}

tr.pageheader2 td.loginout {
	padding: 0 5px 0 0;
	text-align: right;
}
tr.pageheader2 td.loginout a {
	color: white;
	font-size: 12px;
}





td.tmpl_menu {
	background: #bbbbbb;
	background-image: url(../skins/Main/images/menu-shade-reverse.png);
	color: #555555;
	border-right: 1px solid black;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 13px;
}

table.menu th {
	border-bottom: 1px solid black;
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
	text-align: right;
}


table.menu td {
	border-bottom: 1px solid black;
	padding: 5 5 5 5;
	font-size: 13px;
}

table.menu td a {
	color: black;
}


table.menu tr.Main th {
	background: #015db9; color: white;
	border-top: 1px solid black;
}
table.menu tr.Main_open td {
	background: #b2d4f5;
	background-image: url(../skins/Main/images/menu-shade.png);
}


table.menu th a {
	color: white;
}

table.menu td {
	background: #eeeeee;
}

table.menu div.menu_item {
	padding-bottom: 3px;
	font-size: 14px;
}







a.createlink:hover { 
	background: white; 
	color: red; 
}

.editbar, td.tmpl_editbar {
	font-size: 14px;
	color: #ffffff;
	background: #FF6C00;
	border: 1px dashed #000000;
	padding: 3 3 3 3;
}

td.tmpl_editbar a {
	padding: 0 5px 0 5px;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
td.tmpl_editbar a:hover { background: #ffffff }
										




td.tmpl_content {
	margin-top: 0px;
	padding: 0px 50px 10px 10px;
}

td.tmpl_menu a {
	text-decoration: none;
}

td.tmpl_menu a:hover {
	text-decoration: underline;
}

p.errorbox { 
 	font-weight: bold; 
	text-indent: 0em; 
	text-align: center; 
	background: #ffcccc; 
	color: #ff0000; 
	border: 1px solid #ff0000; 
	padding: 5 5 5 5; 
	margin: 0 30 0 30; 
}

p.errorbox a { color: #ff0000; }

.PAIl1, .PAIl2 {
	font-size: 80%;
	padding-right: 5px;
	display: inline;
}

.PAIl2, a.login {
	font-weight: bold;
	text-decoration: none;
	color: #0042a3;
	display: inline;
	}
				

@media print {
	.print_break { page-break-before: always }
}		
