/* CSS Document */

* { 
	font-size: 14px;
	font-family: "Arial", "Arial (Hebrew)", "David (Hebrew)", "Courier New (Hebrew)";
}

.db { border: 1px solid red; }

body {
	background: url(images/Patern.gif);
	background-color: #531C7C;
	text-align: center;
}

/* Tables and cells */
table {
	border-collapse: collapse;
}

table.main {
	background: url(images/background.jpg);
	background-color: #ede0b3;
	background-position:top left;
	background-repeat: no-repeat;
	margin: 0 auto;
}

td.header {
	background: url(images/menu_images/menu_backgrund.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/* Headers and highlighed */
h2 { 
	color: #330066;
	font-size: 23px;
	padding-top: 45px;
	padding-bottom: 10px;
}

.t_hl1 {
	color: #330066;
	font-weight: bold;
}

/* Divz */
div.mtext {
	line-height: 150%;
	padding-top: 10px;
}

div.pright {
	margin: 5px;
}

/* linkz */
a {
	color: #330066;
	text-decoration: none;
}

a.signific {
	font-weight: bold;
}

a:hover {
	color: red;
}

.smaller {
	font-size: 12px;
}

.before_30px {
	margin-top: 30px;
}

img.left { float: left; }

/* form elements */
#nlf_name, #nlf_email { 
	width: 110px;
	font-size: 10px;
	background: #ede0b3 url(images/newsletter/nlf_shadow.gif) top left repeat-x;
	border: 1px solid #c0c0c0;
}

#nlf_name_1 { 
	width: 110px;
	font-size: 10px;
	background: #ede0b3 url(images/newsletter/nlf_shadow.gif) top left repeat-x;
	border: 1px solid #c0c0c0;
}

#nlf_email_1 { 
	width: 150px;
	font-size: 10px;
	background: #ede0b3 url(images/newsletter/nlf_shadow.gif) top left repeat-x;
	border: 1px solid #c0c0c0;
}

.nlf_btn {
	padding: 10px 3px 0px 2px;
}

