body {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	margin-top: 35px;
}

body.intro {
    background-color: #4C250B;
    background-image: url(/images/tex_Intro.jpg);
    background-repeat: repeat-x;
}

body.intro table {
    margin: 20px auto 0px auto;
}

h2 {
	font-size: 12px;
	color: #CCCCCC;
	margin-bottom: 5px;
}

h3 {
	font-size: 12px;
	color: #CCCCCC;
	margin-bottom: 5px;
}

p {
    margin-top: 0px;
}

img {
    border: 0px;
}

input, textarea, select, option {
    font-family: Tahoma, Sans-Serif;
    font-size: 12px;
    color: #666666;
}

a {
	color: Black;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}