body {
	margin: 0px;
	padding: 0px;
}

.form_title {
	font-family: verdana;
	font-weight: bold;
	font-size: 16px;
	color: #2e3b8a;
}

.part_title1 {
	font-family: verdana;
	font-weight: bold;
	font-size: 16px;
	color: #0070bb;
	height: 30px;
}

.part_title2 {
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	color: #2c3988;
}

.part_title2_bg {
	background-color: #fffbbb;
}

.form_text {
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	color: #4e4e4e;
}

.form_label {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #4e4e4e;
/*	width: 260px;*/
	width: 100px;
}

.error {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;
	margin: 0px 0px 15px 0px;
}

.loginForm, input.loginForm {
	font-family: arial;
	font-size: 12px;
	color: #6d6e70;
	padding: 0;
}

.welcome_label {
	font-family: verdana;
	font-size: 12px;
	color: #333333;
}

.mainSep {
	width: 720px;
	background-repeat: repeat-x;
	background-image: url(/themes/defaulttheme/images/spline_2.gif);
	margin: 10px 0px 0px 0px;
}

.topNav {
	font-family: arial;
	font-size: 12px;
	color: #000000;
}

.topNav, .topNav a, .topNav a:link, .topNav a:visited {
	font-family: arial;
	font-size: 12px;
	color: #000000;
}

.mainText p {
	font-family: arial;
	font-size: 12px;
	color: #4e4e4e;
	margin: 10px 0px 10px 0px;
	display: block;
}

.mainText td {
	/*font-family: verdana;*/
	font-family: arial;
	font-size: 12px;
	color: #4e4e4e;
}

div.tmTitle, div.tmTextInline {
	clear: none;
	display: inline;
}

.tmTitle, .tmTitle p {
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #4e4e4e;
	margin: 10px 0px 10px 0px;
	clear: none;
	display: inline;
}

.tmTextInline, .tmTextInline p {
	font-family: arial;
	font-size: 12px;
	color: #4e4e4e;
	margin: 10px 0px 10px 0px;
	clear: none;
	display: inline;
}

blockquote.tmTable p, .tmTable td {
	font-size: 12px;
}

.leftMenuTitle {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #2c3988;
}

.leftMenuActive, .leftMenuActive a, .leftMenuActive a:link, .leftMenuActive a:visited {
	font-family: tahoma;
	font-size: 12px;
	color: #febd00;
	text-decoration: none;
}

.leftMenu, .leftMenu a, .leftMenu a:link, .leftMenu a:visited {
	font-family: tahoma;
	font-size: 12px;
	color: #6c6d70;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	font-size: 12px;
}

.footerLink, .footerLink a, .footerLink a:link, .footerLink a:visited, .footerLink a:hover {
    font-family: arial;
    font-size: 11px;
    color: #626262;
}

.footerText {
    font-family: arial;
    font-size: 11px;
    color: #626262;
}

.published {
	/* empty */
}
.unpublished {
	background-color: #aaaaaa;
}
