/* Page Styling */

body{					font-family:		Tahoma;
						background-color:	#C1D2EC;
}

.TinyText{				font-size:	7pt;
						color:		black;
}

.Disclaimer{			font-size:	7pt;
						color:		black;
}

.Copyright{				font-size:	7pt;
						color:		black;
}

td.BGImage{				background-repeat:		no-repeat;
						background-position:	top center;
}

table.BGImage{			background-repeat:		no-repeat;
						background-position:	top left;
}

.PageTitle{				font-size:			12pt;
						font-weight:		bold;
						color:				white;
}


/* Dark Page Styling */
.Body{					font-size:			10pt;
						color:				black;
}

.Title{					font-size:			20pt;
						color:				black;
}


/* Page Links */
a:link{					font-size:			10pt;
						font-weight:		bold;
						text-decoration:	underline;
						color:				black;
}

a:active{				font-size:			10pt;
						font-weight:		bold;
						text-decoration:	underline;
						color:				black;
}

a:visited{				font-size:			10pt;
						font-weight:		bold;
						text-decoration:	underline;
						color:				black;
}

a:hover{				font-size:			10pt;
						font-weight:		bold;
						text-decoration:	none;
						color:				black;
}


/* Breadcrum Styling */
a.Breadcrumbs:link{		font-size:			12pt;
						font-weight:		normal;
						text-decoration:	underline;
						color:				black;
}

a.Breadcrumbs:active{	font-size:			12pt;
						font-weight:		normal;
						text-decoration:	underline;
						color:				black;
}

a.Breadcrumbs:visited{	font-size:			12pt;
						font-weight:		normal;
						text-decoration:	underline;
						color:				black;
}

a.Breadcrumbs:hover{	font-size:			12pt;
						font-weight:		normal;
						text-decoration:	none;
						color:				black;
}


/* Menu Styling */
.MenuTitle{				font-size:			10pt;
						font-weight:		bold;
						color:				white;
}

.MenuTitleNotBold{		font-size:			10pt;
						color:				white;
}


/* Regular Menu Links */
a.Menu:link{			font-size:			10pt;
						font-weight:		normal;
						text-decoration:	underline;
						color:				black;
}

a.Menu:active{			font-size:			10pt;
						font-weight:		normal;
						text-decoration:	underline;
						color:				black;
}

a.Menu:visited{			font-size:			10pt;
						font-weight:		normal;
						text-decoration:	underline;
						color:				black;
}

a.Menu:hover{			font-size:			10pt;
						font-weight:		normal;
						text-decoration:	none;
						color:				black;
}


/* Disclaimer Links */
a.DisclaimerLink:link{		font-size:			7pt;
							font-weight:		bold;
							text-decoration:	underline;
							color:				black;
}

a.DisclaimerLink:active{	font-size:			7pt;
							font-weight:		bold;
							text-decoration:	underline;
							color:				black;
}

a.DisclaimerLink:visited{	font-size:			7pt;
							font-weight:		bold;
							text-decoration:	underline;
							color:				black;
}

a.DisclaimerLink:hover{		font-size:			7pt;
							font-weight:		bold;
							text-decoration:	none;
							color:				black;
}


/* Copyright Links */
a.CopyrightLink:link{		font-size:			7pt;
							font-weight:		bold;
							text-decoration:	underline;
							color:				black;
}

a.CopyrightLink:active{		font-size:			7pt;
							font-weight:		bold;
							text-decoration:	underline;
							color:				black;
}

a.CopyrightLink:visited{	font-size:			7pt;
							font-weight:		bold;
							text-decoration:	underline;
							color:				black;
}

a.CopyrightLink:hover{		font-size:			7pt;
							font-weight:		bold;
							text-decoration:	none;
							color:				black;
}


/* Tooltip "Link" */
a.TooltipLink:link{		font-size:			10pt;
						font-weight:		normal;
						text-decoration:	none;
						color:				#1852b2;
}

a.TooltipLink:active{	font-size:			10pt;
						font-weight:		normal;
						text-decoration:	none;
						color:				#1852b2;
}

a.TooltipLink:visited{	font-size:			10pt;
						font-weight:		normal;
						text-decoration:	none;
						color:				#1852b2;
}

a.TooltipLink:hover{	font-size:			10pt;
						font-weight:		normal;
						text-decoration:	underline;
						color:				#1852b2;
}