body {
	background-color: white;
	margin: 0px;
	padding: 0px;
}

.triangle-right {
	position:relative;
	padding:15px;

	color:#fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background:#075698; /* default background for browsers without gradient support */
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/* NOTE: webkit gradient implementation is not as per spec */
	background:-webkit-gradient(linear, left top, left bottom, from(#2e88c4), to(#075698));
	background:-moz-linear-gradient(top, #2e88c4, #075698);
	background:-o-linear-gradient(top, #2e88c4, #075698);
	background:linear-gradient(top, #2e88c4, #075698);
}

/* creates triangle */
.triangle-right:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-40px; /* value = - border-top-width - border-bottom-width */
	left:50px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:20px 0 20px 20px; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#075698 transparent transparent; 
}

/* Bubble with a right angled triangle
------------------------------------------ */

.triangle-right.left {
	margin-left:40px;
	background:#075698;
}

/* creates triangle */
.triangle-right.left:after {
	top:16px; 
	left:-80px; /* value = - border-left-width - border-right-width */
	bottom:auto;
	border-width:15px 40px 0; /* vary these values to change the angle of the vertex */
	border-color:transparent #075698 transparent transparent; 
}


.content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: black;
}

.content2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: black;
}
.contentbold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
}


.content1 p {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #03C;
}

.standout {
	text-align: center;
	font-weight: bold;
	color: blue;
	background-color: silver;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
}

.highlight {
	text-align: center;
	font-weight: bold;
	color: blue;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
}

.newupdates {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: yellow;
}

.NO {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #F00;
}

.header_text {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-size: 24px;
}

.listcolumnheader {
	font-family: Tahoma, Geneva, sans-serif;
	color: black;
	background-color: silver;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
}
.section_title {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: black;
	text-align: center;
	font-size: 24px;
}
.header_content {
	font-family: Tahoma, Geneva, sans-serif;
	color: white;
	font-size: 11px;
}
.header_link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color:#FFF;
}
.formlabel {
	text-align: right;
	font-weight: bold;
	color: blue;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
}


.Body-C
        {
        font-family:"Verdana", sans-serif; font-weight:700; font-size:11.0px; 
        line-height:0.27em; 
        }
.Body-C0
        {
        font-family:"Verdana", sans-serif; font-size:11.0px; 
        line-height:0.27em; 
        }
.Normal-C
        {
        font-family:"Verdana", sans-serif; font-size:13.0px; 
        line-height:1.23em; 
        }
.Hyperlink-C
        {
        font-family:"Verdana", sans-serif; font-size:13.0px; 
        line-height:1.23em; color:#0000ff; text-decoration: underline; 
        }
.Artistic-Body-P99
        {
        margin:0.0px 0.0px 0.0px 0.0px; text-align:left; font-weight:400; 
        }
.Artistic-Body-C99
        {
        font-family:"Verdana", sans-serif; font-size:16.0px; 
        line-height:1.13em; 
        }
