/* 
	TEXT CLASSES 
*/

body {
	/* background-image: url('/bg_blog.png'); */
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #999999;
}

body,table,input,textarea,select {
	font-family: helvetica;
	font-size: 12px;	
	color: #000000;
}

a:link		{color: #000000; text-decoration: none; }     
a:visited	{color: #000000; text-decoration: none;}     
a:active	{color: #000000; text-decoration: none;}     
a:hover		{color: #FFFFFF; text-decoration: none; background-color: #000000; }

.txtLogo {
	font-family: helvetica;
	font-size: 50px;
	font-weight: bold;
	font-style: italic;
}

.txtHeader {
	font-family: helvetica;
	font-size: 30px;
	/*font-style: italic;*/
}

.txtHeaderMenu {
	font-family: helvetica;
	font-size: 12px;
	font-weight: bold;
	/*font-style: italic;*/
}

.txtMenu {
	font-family: helvetica;
	font-size: 11px;
	
}

.txtInfo {
	font-size: 14px;
	font-style: italic;
}

.txtBlogLink {
	font-weight: bold;
}
.txtBlogLink	a:link		{color: #000000; text-decoration: none;}     
.txtBlogLink	a:visited	{color: #000000; text-decoration: none;}     
.txtBlogLink	a:active	{color: #000000; text-decoration: none;}     
.txtBlogLink	a:hover		{color: #000000; text-decoration: underline;}


/*
	FORM CLASSES
*/

form {
	margin: 0px;
}

.hand {
	cursor: pointer;
	cursor: hand;	
}

.label {
	padding-left: 0px;
}

.inputField {
	border: 1px solid #000000;
	height: 20px;
}

.inputFieldCMS {
	height: 20px;
}

.dropdown {
	margin: 0px;
	height: 20px;
}

.dropdownCMS {
	margin: 0px;
	height: 20px;
}

.button {
	font-weight: bold;
	color: #000000;
	height: 20px;
	width:100px;
	background: #999999;
	border: solid 0px;
}

.buttonCMS {
	font-weight: bold;
	color: #414141;
	margin-top: 5px;
}