body {
	padding: 0px;
	margin: 0px;

        font-family: "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
        font-size: 12px;
}

div.navbar {
 	/* position: relative; */
        width: 100%;
        height: 30px;
	margin: 0px;
	padding: 0px;
	

	background: url("../img/navbar-logo2.png");
	background-color: black;
        background-repeat: no-repeat;
        background-position: bottom right;

	border: 0px;
	border-bottom-width: 0px;
	border-style: solid;
}

a:link {
        text-decoration: none;
        color: #7121ae;
}

a:visited {
        text-decoration: none;
        color: #7121ae;
}

div.navbar a {
	text-decoration: none;
	margin: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	border: 0px;
	border-style: solid;
	//background-color: black;

	color: white;
	font-size: 12px;
	font-family: verdana, helvetica, sans-serif;
}
	
div.navbar a:hover {
	color: red;
}

/*
div.navbar img  {
        padding: 0px;
        margin: 0px;
	height: 32px;
	border: none;
	right: 0px;
}
*/



div.content {
	position: relative;
	top: 0px;

	font-size: 10px;
	font-family: verdana, helvetica, sans-serif;

	padding: none;
}

div.content-st {
        position: relative;
        top: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;

        font-size: 10px;
        font-family: verdana, helvetica, sans-serif;
	
	border: 1px;
	border-top: 0px;
	border-style: solid;
	width: 700px;
	
	background-color: white;

        padding: none;
}

div.content-st img {
	border-bottom: 3px;
	border-style: solid;	
}



div.footer {
	border: 0px;
	border-top-width: 1px;
	border-style: solid;
	border-color: black;

        position: relative;
        //width: 100%;
        top: 0px;
        right: auto;
        bottom: 0;
        left: auto;
}

div.footer p {
	color: black;
        font-size: 10px;
        font-family: verdana, helvetica, sans-serif;
	text-align: right;
}

div.footer a {
        text-decoration: none;
        color: red;
}

div.footer a:hover {
        color: green;
}

/***********************************/

table.borderme {
	border: 0px;
	border-top-width: 1px;
        border-style: solid;
        border-color: black;

        margin: none;
        padding:  none;
}

img {
	border: 0px;
        margin: none;
        padding:  none;
}

td.trans {
	background-image: url("/img/trans_gray.png");
	background-repeat: repeat;
}

	

/***********************************/

/* News Image - 265px */

body.news {
        background-image: url("/img/tam_pinkie1.jpg");
        background-position: left bottom;
        background-repeat: no-repeat;
        background-attachment: fixed;

	font-size:9pt;  
	color:#444444;  
	font-weight:normal; 
	font-family:Arial,sans-serif;  
	text-decoration:none; 
	line-height:13pt;
       
        margin: none;
        padding:  none;
}


body.articles {
        background-image: url("/img/tam_pinkie2.jpg");
        background-position: left bottom;
        background-repeat: no-repeat;
        background-attachment: fixed;
       
        margin: none;
        padding:  none;
}

