﻿
/************** Portal Site ****************/

BODY,.body,A,TD{
	font-family: Tahoma,Verdana,Ms Sans Serif;
	font-size: 11px;
	color:Black;
	text-decoration:none;
}
A:hover{
	text-decoration:underline;
}

INPUT,SELECT{
	font-family: Tahoma,Verdana,Ms Sans Serif;
	font-size: 11px;
}

.forum_button
{
	font-weight:bold;
}

.Forum_Link
{
	color:Gray;
	text-decoration:none;	
}


.Forum_Link A:link
{
	color:Gray;
	text-decoration:none;
}


.Forum_Link A:visited
{
	color:Gray;
	text-decoration:none;
}


.Forum_Link A:hover
{
	text-decoration: underline;
}
.forum_header
{
	font-weight:bold;
	padding: 5 5 5 5;
}
.forum_title
{
	color:Gray;
	font-weight:bold;
}
.forum_text
{
	color:Gray;
	padding: 5 5 5 5;
}
.forum_td
{
	padding: 5 5 5 5;
}
.forum_path
{
	cursor:pointer;
	text-decoration:underline;
}

