/*
Filename:DgaPageStyle.asp
Created by:Vinu Mathews
Date:12-01-2005
Update History:
		08-03-2006-Aaron Andersen
		31-01-2006-Vinu-Included some classes which was directly written in the asp pages.
		05-06-06-Vinu-Changed the sise of H2=12.
		12-03-2007 - Hari -Added a:link for roland australia
*/
/*-----------BODY------------*/
BODY
{
	MARGIN: 0px auto;
	BACKGROUND-COLOR: #444d55;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: justify;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #444d55;
	scrollbar-3dlight-color: #444d55;
	scrollbar-darkshadow-color: #444d55;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #444d55;
}

/*-----------H1 and H2---------*/
h1 
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
	color:#003399;
	
}
h2
{
	font-weight:bold;
	font-size:12px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
	COLOR:#ff6600;
}
/*-------- Links ----------- */
a:link
{
    COLOR: #0033cc;
    TEXT-DECORATION: underline
}
a:visited
{
    COLOR: #0033cc;
    TEXT-DECORATION: underline
}
a:hover
{
    COLOR: #ff6600;
    TEXT-DECORATION: none
}
a:active
{
    TEXT-DECORATION: underline
}
/*----------Breadcrumbs--------*/
.breadcrumb
{
	font-size: 11px;
	font-weight: normal;
	color:#0b499d;	
}

/*--Breadcrumbs styles to<a> link(order is (link/visited/hover)--*/
A.breadcrumb:link 
{
	color:#0b499d;	
	TEXT-DECORATION: underline; 
}
A.breadcrumb:visited 
{
	color:#0b499d;	
	TEXT-DECORATION: underline; 
}
A.breadcrumb:hover 
{
	color:#0b499d;	
	TEXT-DECORATION: none; 
}

A.blacklink:link 
{
	TEXT-DECORATION: underline;
	color: #000000;
}
A.blacklink:visited 
{
	TEXT-DECORATION: underline; 
	color: #000000;
}
A.blacklink:hover 
{
	TEXT-DECORATION: none; 
	color: #000000;
}

/* --------------Blurbs----------*/

/* General and Products = Dark Blue*/
.blurbText
{
	COLOR: #003399;
	text-align: justify;
	vertical-align: top;	
}

.blurbTitle
{
	COLOR: #003399;
    FONT-WEIGHT: bold;
	font-size: 12px;
	text-align: left;
}

/* News = Orange */
.blurbTitleOrange
{
    FONT-WEIGHT: bold;
    COLOR: #ff6600;
	font-size: 12px;
	vertical-align: top;
}

/* University = Red */
.blurbTitleRed
{
    COLOR: #FF0000;
	FONT-WEIGHT: bold;
	font-size: 12px;
}
/*-------*/
.blurbTitleGreen
{
    COLOR: #339933;
	FONT-WEIGHT: bold;
	font-size: 12px;
	vertical-align: top;
}
/*------Gallery-----*/
.blurbTitleGrey
{
    COLOR: #666666;
	FONT-WEIGHT: bold;
	font-size: 12px;
	vertical-align: top;
}
/*-------*/
.blurbTitleMagenta
{
    COLOR: #990049;
	FONT-WEIGHT: bold;
	font-size: 12px;
	vertical-align: top;
}
.whitehead 
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.colorhead
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #ff6600;
	
}


/*----Promos---*/
.blurbTitleWhite
{
    COLOR: #ffffff;
	FONT-WEIGHT: bold;
	font-size: 12px;
	vertical-align: top;
}

/*-------Footer Style-------*/
.footerLink 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
.footer 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

/*--footerLink styles to<a> link(order is (link/visited/hover)--*/
A.footerLink:link 
{
	TEXT-DECORATION: underline; 
	color: #999999;
}
A.footerLink:visited 
{
	TEXT-DECORATION: underline;
	color: #999999; 
}
A.footerLink:hover 
{
	color: #666666;
	text-decoration: none;
}

/*-------Left Navigation--------*/
.mouseout
{
    COLOR: #ffffff;
	font-size: 11px;
	cursor:pointer;
    BACKGROUND-COLOR: #FF7D00;
}
.mouseover
{
    COLOR: #FF7D00;
	font-size: 11px;
    cursor:pointer;
    BACKGROUND-COLOR: #ffffff;
}
.price
{ 
	 font-size:10pt;
	 font-weight: bold;
	 color:#000099;
	 }
.priceUS
{ 
	 font-size:9pt;
	 color:#000099;
}
.darkbluetext
{
    COLOR: #003399;
}