﻿/* Font styles */
.GS_H1
{
	font-size: 24px;
}

.GS_N1
{
	font-size: 12px;
}

/* Link styles */
a.GS_LNK1
{
	text-decoration: underline;
	color: #546078;
}

a.GS_LNK1:hover
{
	text-decoration: none;
}

a.GS_LNK2
{
	text-decoration: none;
	color: #546078;
}

a.GS_LNK2:hover
{
	text-decoration: underline;
}

/***********************/
/* Styles for tables */
/* Std */
table.STDTable
{
	border: #ebf0fe 1px solid;
	border-collapse: collapse;
	background-color: #fafbff;
}

tr.STDRow
{
}

tr.STDRowEven
{
	background-color: #f8f9fb;
}

tr.STDRowOdd
{
	background-color: #fafbff;
}

td.STDCell
{
	border-style: solid;
	border-width: 1px;
	padding: 1px;
}
/***********************/