/* CSS Document */

body,td,th,input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
}
body {
	background-color: #FFF;
	background-image:url(/images/layout/bg-main01.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF url(/images/bg_content.jpg);
   color: #000000;
   font-size:12px;
}

.mceContentBody a {
   color: #000000 !important; /* FF requires a important here */
}

.Title
{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}

.Bold strong
{
	font-weight: bold;
}


h1 {
	font-size: 16px;
	color: #000000;
	margin-bottom:4px;
}

h2 {
	font-size: 14px;
	color: #000000;
	margin-bottom: 4px;
}

h3 {
	font-size: 13px;
	color: #000000;
	margin-bottom: 0;
}

.big{
	font-size: 14px;
	font-weight:bold;
}

.blue{
	color: #36F;
}


/*  TEXT  */

.small{font-size:10px;}

.rot { color:#BE43B6; }

/* LINKS  */


a { text-decoration: none; color: #BE43B6; }
a:hover { text-decoration: none; color:#F00; }


a.link-blue{
	text-decoration:none;
	font-weight:bold;
	color: #0000ff;
	text-decoration:none;
}

a.link-blue:hover{
	color:#FF0000;
}

a.link-green-bold{
	text-decoration:none;
	color: #66FF00;
	font-weight:bold;
}

a.link-green-bold:hover{
	color: #FF0000;
}

hr{ color:#BE43B6; border:none; outline:none; background-color:#BE43B6; }

.imgBorder { border: 1px solid #BE43B6; }

.border-all { border: 1px solid #BE43B6; }

.border-bottom { border-bottom: 1px solid #BE43B6; }

.border-bottom-black { border-bottom: 1px solid #000; }

.border-bottom-dot { border-bottom: 1px dotted #000; }

.bg-lite { background-color: #F9F; }

.thumbnail {
	border: 1px solid #BE43B6;
	margin-right: 8px;
}

.table-form {
	border:1px solid #BE43B6;
}
