
body  {
	font-size : 12px;
	color : black;
}

h1 {
	color : black;
	font-size: 15px;
	margin: 10px 0 1em 0;
}

h1.homepage {
	font-size: 12px;
	width: 350px;
}

h1.homepage1 {
	font-size: 12px;
	width: 270px;
}

h2 {
	color: black;
	font-size: 13px;
	width: auto;
}

h3 {
	color : black;
	font-size: 12px;
	width: auto;
}

ul li {
	font-size: 12px;
	color: black;
}

p {
	width: auto;
	margin-right: 10px;
}

/* page wrapper */

#page-wrapper {
	width : 100%;
	font-size : 12px;
}

#nav {
	display: none;
}

#inline{
	font-size: 12px;
}

/* bread-crumbs */

#bread-crumbs {
	font-size: 10px;
	margin : 10px 0 0x 24px;
}

#login {
	font-size: 11px;
}

/* table */


table {
	width: 100% !important;
}

table td {
	font-size: 12px;
}

/* table form-layout */

table.form-layout {
	font-size: 12px;
	width: 100% !important;	
}

table.form-layout th {
	font-size: 12px;
}

table.form-layout th.right-align{
	text-align: left !important;
}

table.form-layout td.right-align {
	text-align: left !important;
}

.submit{
	margin: 1px 20px 0 0;
}

.next {
	margin: 0 15px 0 0;
}

/* footer */ 

#footer ul {
	color: black;
}


.table-head {
	color : black;
}

.body02  {
	color : black;
}

.small-text {font-size: 10px;}

